On 5/11/2018 1:00 AM, Ferruh Yigit wrote: > On 5/9/2018 1:13 PM, Wei Dai wrote: >> Add following testpmd run-time commands to support test of >> new Rx offload API: >> show port <port_id> rx_offload capabilities >> show port <port_id> rx_offload configuration >> port config <port_id> rx_offload <offload> on|off >> port <port_id> rxq <queue_id> rx_offload <offload> on|off >> Above last 2 commands should be run when the port is stopped. >> And <offload> can be one of "vlan_strip", "ipv4_cksum", ... >> >> Add following testpmd run-time commands to support test of >> new Tx offload API: >> show port <port_id> tx_offload capabilities >> show port <port_id> tx_offload configuration >> port config <port_id> tx_offload <offload> on|off >> port <port_id> txq <queue_id> tx_offload <offload> on|off >> Above last 2 commands should be run when the port is stopped. >> And <offload> can be one of "vlan_insert", "udp_cksum", ... >> >> Signed-off-by: Wei Dai <wei....@intel.com> >> Acked-by: Jingjing Wu <jingjing...@intel.com> > > Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> > > Thanks for the work, there are some doc warnings which can be fixed while > merging.
Applied to dpdk-next-net/master, thanks.