ff1c07a0 | 17-Jan-2017 |
Bernard Iremonger <bernard.iremonger@intel.com> |
app/testpmd: add command for VF VLAN tag on i40e
command is: set vf vlan tag port_id vf_id on|off
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> Acked-by: Helin Zhang <helin.zhang@i
app/testpmd: add command for VF VLAN tag on i40e
command is: set vf vlan tag port_id vf_id on|off
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> Acked-by: Helin Zhang <helin.zhang@intel.com> Acked-by: Vincent Jardin <vincent.jardin@6wind.com>
show more ...
|
675783e0 | 17-Jan-2017 |
Bernard Iremonger <bernard.iremonger@intel.com> |
app/testpmd: add command for VF broadcast mode on i40e
Add command to call rte_pmd_i40e_set_vf_broadcast. Add set vf broadcast in testpmd_funcs.rst file.
Signed-off-by: Bernard Iremonger <bernard.i
app/testpmd: add command for VF broadcast mode on i40e
Add command to call rte_pmd_i40e_set_vf_broadcast. Add set vf broadcast in testpmd_funcs.rst file.
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> Acked-by: Helin Zhang <helin.zhang@intel.com> Acked-by: Vincent Jardin <vincent.jardin@6wind.com>
show more ...
|
982a8970 | 17-Jan-2017 |
Wenzhuo Lu <wenzhuo.lu@intel.com> |
app/testpmd: use multicast promiscuous mode on i40e
Add testpmd CLI to set VF multicast promiscuous mode on i40e.
Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com> Acked-by: Helin Zhang <helin.zhang
app/testpmd: use multicast promiscuous mode on i40e
Add testpmd CLI to set VF multicast promiscuous mode on i40e.
Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com> Acked-by: Helin Zhang <helin.zhang@intel.com> Acked-by: Vincent Jardin <vincent.jardin@6wind.com>
show more ...
|
1419fd5a | 21-Dec-2016 |
Adrien Mazarguil <adrien.mazarguil@6wind.com> |
app/testpmd: add protocol fields to flow command
This commit exposes the following item fields through the flow command:
- VLAN priority code point, drop eligible indicator and VLAN identifier (a
app/testpmd: add protocol fields to flow command
This commit exposes the following item fields through the flow command:
- VLAN priority code point, drop eligible indicator and VLAN identifier (all part of TCI). - IPv4 type of service, time to live and protocol. - IPv6 traffic class, flow label, next header and hop limit. - SCTP tag and checksum.
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com> Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
show more ...
|
a67857e9 | 09-Sep-2016 |
Mark Kavanagh <mark.b.kavanagh@intel.com> |
doc: clarify usage of testpmd MAC forward mode
Explain default testpmd behavior in mac fwd mode to remove amiguity/confusion regarding user's ability to specify Ethernet addresses.
Signed-off-by: M
doc: clarify usage of testpmd MAC forward mode
Explain default testpmd behavior in mac fwd mode to remove amiguity/confusion regarding user's ability to specify Ethernet addresses.
Signed-off-by: Mark Kavanagh <mark.b.kavanagh@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
0e51eb87 | 07-Sep-2016 |
Maryam Tahhan <maryam.tahhan@intel.com> |
doc: add xstats commands in testpmd guide
Update the testpmd user guide with instructions for retrieving extended NIC statistics.
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com> Acked-by: Pa
doc: add xstats commands in testpmd guide
Update the testpmd user guide with instructions for retrieving extended NIC statistics.
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
f7103a91 | 12-Oct-2016 |
Ajit Khaparde <ajit.khaparde@broadcom.com> |
app/testpmd: support 25G and 50G speeds
Support to configure 25G and 50G speeds is missing from testpmd. This patch also updates the testpmd user guide accordingly.
Signed-off-by: Ajit Khaparde <aj
app/testpmd: support 25G and 50G speeds
Support to configure 25G and 50G speeds is missing from testpmd. This patch also updates the testpmd user guide accordingly.
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
show more ...
|
acbf77a6 | 14-Jun-2016 |
Zhihong Wang <zhihong.wang@intel.com> |
app/testpmd: add tx_first burst number option
This patch enables configurable tx_first burst number.
Use "start tx_first (burst_num)" to specify how many bursts of packets to be sent before forward
app/testpmd: add tx_first burst number option
This patch enables configurable tx_first burst number.
Use "start tx_first (burst_num)" to specify how many bursts of packets to be sent before forwarding start, or "start tx_first" like before for the default 1 burst send.
Signed-off-by: Zhihong Wang <zhihong.wang@intel.com> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
190c878a | 07-Jun-2016 |
Mauricio Vasquez B <mauricio.vasquezbernal@studenti.polito.it> |
doc: fix testpmd commands for flow director
A previous patch modified the CLIs witout updating the examples.
Fixes: 53b2bb9b7ea7 ("app/testpmd: new flow director commands")
Signed-off-by: Mauricio
doc: fix testpmd commands for flow director
A previous patch modified the CLIs witout updating the examples.
Fixes: 53b2bb9b7ea7 ("app/testpmd: new flow director commands")
Signed-off-by: Mauricio Vasquez B <mauricio.vasquezbernal@studenti.polito.it> Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
show more ...
|