Re: [vpp-dev] DPDK PMD vs native VPP bonding driver

2021-09-16 Thread Srikanth Akula
il.com> > *Date: *Thursday, September 16, 2021 at 9:48 AM > *To: *"Steven Luong (sluong)" > *Cc: *"vpp-dev@lists.fd.io" > *Subject: *[vpp-dev] DPDK PMD vs native VPP bonding driver > > > > Hi Steven, > > > > We are trying to evaluate b

Re: [vpp-dev] DPDK PMD vs native VPP bonding driver

2021-09-16 Thread steven luong via lists.fd.io
when using dpdk bonding. Steven From: on behalf of Srikanth Akula Date: Thursday, September 16, 2021 at 9:48 AM To: "Steven Luong (sluong)" Cc: "vpp-dev@lists.fd.io" Subject: [vpp-dev] DPDK PMD vs native VPP bonding driver Hi Steven, We are trying to evaluate bonding driver

[vpp-dev] DPDK PMD vs native VPP bonding driver

2021-09-16 Thread Srikanth Akula
Hi Steven, We are trying to evaluate bonding driver functionality in VPP and it seems we have disabled the DPDK PMD driver by default from 19.08 onwards. Could you share your experience on this ? Also could you share the performance comparisons b/w these two drivers in case it's available? Any h

Re: [vpp-dev] DPDK pmd info

2018-09-28 Thread Damjan Marion via Lists.Fd.Io
> On 28 Sep 2018, at 18:39, Stephen Hemminger > wrote: > > Sorry for top posting Gmail on phone is stupid. no prob, we all top post here most of the time ;) > A process can do introspection by doing dlopen with NULL as filename. Then > look up symbols from there. ack Please note that stil

Re: [vpp-dev] DPDK pmd info

2018-09-28 Thread Stephen Hemminger
Sorry for top posting Gmail on phone is stupid. A process can do introspection by doing dlopen with NULL as filename. Then look up symbols from there. On Fri, Sep 28, 2018, 5:22 PM Damjan Marion wrote: > > > > On 28 Sep 2018, at 12:13, Stephen Hemminger > wrote: > > > > Having supported hardwar

Re: [vpp-dev] DPDK pmd info

2018-09-28 Thread Dave Barach via Lists.Fd.Io
o On Behalf Of Damjan Marion via Lists.Fd.Io Sent: Friday, September 28, 2018 11:22 AM To: Stephen Hemminger Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] DPDK pmd info > On 28 Sep 2018, at 12:13, Stephen Hemminger > wrote: > > Having supported hardware list buried in DPDK

Re: [vpp-dev] DPDK pmd info

2018-09-28 Thread Damjan Marion via Lists.Fd.Io
> On 28 Sep 2018, at 12:13, Stephen Hemminger > wrote: > > Having supported hardware list buried in DPDK plugin code is a nuisance. > Could the table be generated at build time maybe from pmdinfo or using dlopen > to lookup symbols? Pure lack of manpower to cleanup this stuff. Please note

[vpp-dev] DPDK pmd info

2018-09-28 Thread Stephen Hemminger
Having supported hardware list buried in DPDK plugin code is a nuisance. Could the table be generated at build time maybe from pmdinfo or using dlopen to lookup symbols? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10702): https://lists.fd.io/g/vp

Re: [vpp-dev] DPDK PMD

2017-06-29 Thread Dave Barach (dbarach)
sday, June 29, 2017 7:50 AM To: Burt Silverman Cc: vpp-dev Subject: Re: [vpp-dev] DPDK PMD > On 27 Jun 2017, at 20:07, Burt Silverman wrote: > > I came across the idea of running DPDK in non poll mode for low power/albeit > lower performance, but I don't remember where. I

Re: [vpp-dev] DPDK PMD

2017-06-29 Thread Damjan Marion (damarion)
> On 27 Jun 2017, at 20:07, Burt Silverman wrote: > > I came across the idea of running DPDK in non poll mode for low power/albeit > lower performance, but I don't remember where. I am just wondering if anyone > in VPP has done that, and if you have an easy way to configure that when > runnin

Re: [vpp-dev] DPDK PMD

2017-06-27 Thread Jerome Tollet (jtollet)
Have you looked at poll-sleep (https://gerrit.fd.io/r/#/c/5674/)? Jerome De : au nom de Burt Silverman Date : mardi 27 juin 2017 à 20:07 À : vpp-dev Objet : [vpp-dev] DPDK PMD I came across the idea of running DPDK in non poll mode for low power/albeit lower performance, but I don't rem

[vpp-dev] DPDK PMD

2017-06-27 Thread Burt Silverman
I came across the idea of running DPDK in non poll mode for low power/albeit lower performance, but I don't remember where. I am just wondering if anyone in VPP has done that, and if you have an easy way to configure that when running VPP. Thanks. Burt _