> -----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 2/2] app/testpmd: add commands to test new Tx offload API > > Add following testpmd run-time commands to support test of > new Tx offload API: > tx_offload get capability <port_id> > tx_offload get configuration <port_id> > tx_offload enable|disable per_port <offload> <port_id> > tx_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_insert", "udp_cksum", ... > > Signed-off-by: Wei Dai <[email protected]>
Please don't forget to update doc for new commands. Acked-by: Jingjing Wu <[email protected]>

