Re: [dpdk-dev] [PATCH] app/testpmd: Document what the application does.

2021-10-06 Thread Ben Pfaff
On Tue, Sep 14, 2021 at 08:58:31AM +0100, Ferruh Yigit wrote: > On 9/10/2021 6:57 PM, Ben Pfaff wrote: > > I could not find anything in the documentation that says what > > testpmd does. This should save other people time trying to > > figure that out in the future. > &

[dpdk-dev] [PATCH] lpm6: Fix missing ^ in documentation.

2021-09-13 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- doc/guides/prog_guide/lpm6_lib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/prog_guide/lpm6_lib.rst b/doc/guides/prog_guide/lpm6_lib.rst index d1aea91ca9..8425d14805 100644 --- a/doc/guides/prog_guide/lpm6_lib.rst +++ b/doc

[dpdk-dev] [PATCH v2] app/testpmd: Document what the application does.

2021-09-13 Thread Ben Pfaff
I could not find anything in the documentation that says what testpmd does. This should save other people time trying to figure that out in the future. Signed-off-by: Ben Pfaff --- v1->v2: Revise introduction instead of option documentation. Thanks to Thomas Monjalon for advice. doc/gui

Re: [dpdk-dev] [PATCH] app/testpmd: Document what the application does.

2021-09-13 Thread Ben Pfaff
On Fri, Sep 10, 2021 at 11:14:26PM +0200, Thomas Monjalon wrote: > 10/09/2021 19:57, Ben Pfaff: > > I could not find anything in the documentation that says what > > testpmd does. This should save other people time trying to > > figure that out in the future. > > Good

[dpdk-dev] [PATCH] app/testpmd: Document what the application does.

2021-09-10 Thread Ben Pfaff
I could not find anything in the documentation that says what testpmd does. This should save other people time trying to figure that out in the future. Signed-off-by: Ben Pfaff --- doc/guides/testpmd_app_ug/run_app.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/guides

Re: [dpdk-dev] [PATCH 2/2] net: fix header include order for FreeBSD

2021-05-11 Thread Ben Pfaff
On Fri, May 07, 2021 at 12:12:09PM -0700, Ben Pfaff wrote: > On Fri, May 07, 2021 at 11:06:38AM +0200, David Marchand wrote: > > On Fri, May 7, 2021 at 12:24 AM Dmitry Kozlyuk > > wrote: > > > > > > 2021-05-06 17:14 (UTC+0200), David Marchand: >

Re: [dpdk-dev] [PATCH 2/2] net: fix header include order for FreeBSD

2021-05-11 Thread Ben Pfaff
On Fri, May 07, 2021 at 11:06:38AM +0200, David Marchand wrote: > On Fri, May 7, 2021 at 12:24 AM Dmitry Kozlyuk > wrote: > > > > 2021-05-06 17:14 (UTC+0200), David Marchand: > > > Spotted by sparse in OVS build: > > > ../../lib/netdev-dpdk.c: note: in included file (through > > > /home/runner/wo

Re: [dpdk-dev] Tx/Rx count not increasing OVS-DPDK

2017-11-30 Thread Ben Pfaff
On Wed, Nov 29, 2017 at 10:57:12AM +0530, abhishek jain wrote: > I'm having 2 VMs running with ovs-dpdk as a networking agent on > openstack compute node. > When I'm checking the external connectivity of the VMs by pinging to > the external world,the Tx/Rx count of the VMs is not increasing. > >

Re: [dpdk-dev] [ovs-dev] In ovs-2.4 version, why can't stop dpdk-bond port by `ovs-ofctl mod br dpdkbond DOWN`?

2017-11-29 Thread Ben Pfaff
On Mon, Nov 27, 2017 at 06:07:35PM +0800, Sam wrote: > I'm working in ovs 2.4 version, and I use "dpdkb" type netdev. Then I > call `ovs-ofctl mod br dpdkbond DOWN` to down this device, at last, my > code call "rte_eth_dev_stop(dev->port_id);". > > But counter shows the port is still rx/tx, why?