> -----Original Message----- > From: Dai, Wei > Sent: Thursday, March 22, 2018 1:00 AM > To: Lu, Wenzhuo <[email protected]>; Wu, Jingjing <[email protected]> > Cc: [email protected]; Dai, Wei <[email protected]> > Subject: [PATCH v6 1/2] app/testpmd: add commands to test new Rx offload API > > Add following testpmd run-time commands to support test of > new Rx offload API: > rx_offload get capability <port_id> > rx_offload get configuration <port_id> > rx_offload enable|disable per_port <offload> <port_id> > rx_offload enable|disable per_queue <offload> <port_id> <queue_id> > > Above last 2 commands should be run when the port is stopped. > And <offload> can be one of "vlan_strip", "ipv4_cksum", ... > > Signed-off-by: Wei Dai <[email protected]>
Please update doc for new commands. Acked-by: Jingjing Wu <[email protected]>

