Re: [PATCH v2] examples/ethtool: adds promiscuous mode functionality

2022-08-21 Thread Muhammad Jawad Hussain
Hi, The following test is failing on my patch and its is not related to my changes, can u please re-run it. test: ci/iol-x86_64-unit-testing Thanks Regards, Jawad On Thu, Aug 11, 2022 at 2:45 PM Muhammad Jawad Hussain < jawad.huss...@emumba.com> wrote: > ethtool did not have promiscuous mode f

[PATCH v2] examples/ethtool: adds promiscuous mode functionality

2022-08-11 Thread Muhammad Jawad Hussain
ethtool did not have promiscuous mode functioality previously which is needed for viewing broadcast and multicast packets. This patch allows user to turn on/off promiscuous mode on each port through command line. Signed-off-by: Muhammad Jawad Hussain --- doc/guides/sample_app_ug/ethtool.rst |

[PATCH v2] examples/ethtool: adds promiscuous mode functionality

2022-05-29 Thread Muhammad Jawad Hussain
ethtool did not have promiscuous mode functioality previously which is needed for viewing broadcast and multicast packets. This patch allows user to turn on/off promiscuous mode on each port through command line. Signed-off-by: Muhammad Jawad Hussain --- doc/guides/sample_app_ug/ethtool.rst |