Re: [dpdk-dev] [PATCH 1/2] app/testpmd: add commands to test new Rx offload API

2018-03-12 Thread Dai, Wei
> -Original Message- > From: Andrew Rybchenko [mailto:arybche...@solarflare.com] > Sent: Monday, March 12, 2018 4:43 PM > To: Dai, Wei ; Lu, Wenzhuo ; > Wu, Jingjing > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/2] app/testpmd: add commands to test > new R

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: add commands to test new Rx offload API

2018-03-12 Thread Andrew Rybchenko
On 03/12/2018 11:15 AM, Wei Dai wrote: Add following testpmd run-time commands to support test of new Rx offload API: rx_offload get capability rx_offload get configuration rx_offload enable|disable per_port vlan_strip|ipv4_cksum... rx_offload enable|disable per_queue vlan_strip|iipv4_cksum...

[dpdk-dev] [PATCH 1/2] app/testpmd: add commands to test new Rx offload API

2018-03-12 Thread Wei Dai
Add following testpmd run-time commands to support test of new Rx offload API: rx_offload get capability rx_offload get configuration rx_offload enable|disable per_port vlan_strip|ipv4_cksum... rx_offload enable|disable per_queue vlan_strip|iipv4_cksum... Above last 2 commands should be run w