On 8/5/2019 1:25 PM, Flavia Musatescu wrote: > The testpmd application provides two sets of commands for RX offload > flags configuration. The purpose of this patch is to eliminate this > duplication by removing the old set of commands: > “port config all crc-strip|scatter|rx-cksum|rx-timestamp|hw-vlan| > hw-vlan-filter|hw-vlan-strip|hw-vlan-extend on|off” > > The other commands set that can be used instead in order to enable > or disable the same RX offloading flags on all RX queues of a port is: > "port config <port_id> rx_offload crc_strip|scatter|ipv4_cksum| > udp_cksum|tcp_cksum|timestamp|vlan_strip|vlan_filter|vlan_extend on|off" > > This patch also fixes the "drop-en" command, which enables packets > dropping on all RX queues of all ports when no receive buffers available > “port config all drop-en on|off” > > Fixes: 384161e00627 ("app/testpmd: adjust on the fly VLAN configuration") > Cc: shah...@mellanox.com > Cc: sta...@dpdk.org > > Signed-off-by: Flavia Musatescu <flavia.musate...@intel.com> > --- > app/test-pmd/cmdline.c | 120 > ++++------------------------ > doc/guides/rel_notes/release_19_08.rst | 9 +++
Hi Flavia, Can you please send a new version with the 19.11 release notes update? > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 81 +------------------ > 3 files changed, 25 insertions(+), 185 deletions(-) <...>