> -----Original Message----- > From: Dai, Wei > Sent: Thursday, March 22, 2018 1:00 AM > To: Lu, Wenzhuo <wenzhuo...@intel.com>; Wu, Jingjing <jingjing...@intel.com> > Cc: dev@dpdk.org; Dai, Wei <wei....@intel.com> > 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 <wei....@intel.com>
Please don't forget to update doc for new commands. Acked-by: Jingjing Wu <jingjing...@intel.com>