On Fri, Aug 11, 2017 at 3:29 PM, Bruce Richardson <
bruce.richard...@intel.com> wrote:
> On Wed, Aug 09, 2017 at 04:21:32PM -0400, Neil Horman wrote:
> > Can anyone point out to me when and where the change to require SSE4.2
> was
> > dicussed? The first I saw of it was when the commit to the rel
On Wed, Aug 09, 2017 at 04:21:32PM -0400, Neil Horman wrote:
> Can anyone point out to me when and where the change to require SSE4.2 was
> dicussed? The first I saw of it was when the commit to the release notes went
> in on August 3, and I can find no prior mention of it, save for the patches
>
detect SLE version reverse chronologically as ">=" is being used.
Signed-off-by: Nirmoy Das
---
lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h | 24 +++
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h
b/lib
> -Original Message-
> From: Stephen Hemminger [mailto:step...@networkplumber.org]
> Sent: Friday, August 11, 2017 4:28 PM
> To: Singh, Jasvinder
> Cc: dev@dpdk.org; Dumitrescu, Cristian ;
> Yigit, Ferruh ; hemant.agra...@nxp.com;
> jerin.jacobkollanukka...@cavium.com; Lu, Wenzhuo
>
> S
On Fri, 26 May 2017 19:11:47 +0100
Jasvinder Singh wrote:
> The SoftNIC PMD provides SW fall-back option for the NICs not supporting
> the Traffic Management (TM) features.
>
> SoftNIC PMD overview:
> - The SW fall-back is based on the existing librte_sched DPDK library.
> - The TM-agnostic por
intr_vec was not properly configured. This is not a problem when
just one queue is supported but it fails with multiqueue.
Some minor refactoring also done for hardware interrupt configuration.
Fixes: ea121b28316d ("net/nfp: add Rx interrupts")
Signed-off-by: Alejandro Lucero
---
drivers/net/n
We need to support how metadata was handled and the new api, which will
allow to work with different metadata types and data dynamically.
Although this patch just supports one type handled by the PMD. Future uses
regarding firmware apps will extend this support.
Signed-off-by: Alejandro Lucero
-
Redirection table was not being updated properly.
There is also a problem when configuring RSS.
Fixes: 934e4c60fbff ("nfp: add RSS")
Signed-off-by: Alejandro Lucero
---
drivers/net/nfp/nfp_net.c | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/drivers/net/nfp/nfp_net
On Wed, 2017-06-28 at 17:04 +0100, Bruce Richardson wrote:
> On Wed, Jun 28, 2017 at 08:57:33AM -0700, Stephen Hemminger wrote:
> > On Wed, 28 Jun 2017 14:56:56 +0100
> > wrote:
> >
> > > From: Luca Boccassi
> > >
> > > In the past couple of years a concerted effort among almost all
> > > Linux
Implement ethdev TM hierarchy related APIs in SoftNIC PMD.
Signed-off-by: Cristian Dumitrescu
Signed-off-by: Jasvinder Singh
---
v3 changes:
- add dynamnic update ops, tm stats ops
- add wred congestion mangement ops
- imporve hierarchy commit ops implementation
- add more checks to all the ops
The SoftNIC PMD is intended to provide SW fall-back options for specific
ethdev APIs in a generic way to the NICs not supporting those features.
Currently, the only implemented ethdev API is Traffic Management (TM),
but other ethdev APIs such as rte_flow, traffic metering & policing, etc
can be ea
Add ethdev Traffic Management API support to SoftNIC PMD.
Signed-off-by: Cristian Dumitrescu
Signed-off-by: Jasvinder Singh
---
v3 changes:
- add more confguration parameters (tm rate, tm queue sizes)
drivers/net/softnic/Makefile| 1 +
drivers/net/softnic/rte_eth_softnic.
Add SoftNIC PMD to provide SW fall-back for ethdev APIs.
Signed-off-by: Cristian Dumitrescu
Signed-off-by: Jasvinder Singh
---
v3 changes:
- rebase to dpdk17.08 release
v2 changes:
- fix build errors
- rebased to TM APIs v6 plus dpdk master
MAINTAINERS |
Implement ethdev TM capability APIs in SoftNIC PMD.
Signed-off-by: Cristian Dumitrescu
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic.c | 12 +-
drivers/net/softnic/rte_eth_softnic_internals.h | 32 ++
drivers/net/softnic/rte_eth_softnic_tm.c| 500 +++
On Thu, Aug 10, 2017 at 04:40:37PM +0100, Bruce Richardson wrote:
> On Thu, Aug 10, 2017 at 11:15:27AM -0400, Neil Horman wrote:
> > On Thu, Aug 10, 2017 at 02:04:00PM +, Richardson, Bruce wrote:
> > >
> > >
> > > > -Original Message-
> > > > From: Neil Horman [mailto:nhor...@tuxdrive
If not a valid mac present in configuration bar, PMD creates a random
one. It needs to be passed to the NIC.
Signed-off-by: Alejandro Lucero
---
drivers/net/nfp/nfp_net.c | 18 +-
drivers/net/nfp/nfp_net_pmd.h | 5 +
2 files changed, 22 insertions(+), 1 deletion(-)
diff
A DPDK app could, whatever the reason, send packets with size 0.
The PMD is not sending those packets, which does make sense,
but the problem is the mbuf is not released either. That leads
to mbufs not being available, because the app trusts the
PMD will do it.
Although this is a problem related t
-Original Message-
> Date: Fri, 11 Aug 2017 10:55:38 +0530
> From: "Rao, Nikhil"
> To: Jerin Jacob
> CC: gage.e...@intel.com, dev@dpdk.org, tho...@monjalon.net,
> bruce.richard...@intel.com, harry.van.haa...@intel.com,
> hemant.agra...@nxp.com, nipun.gu...@nxp.com, narender.vang...@inte
For virtual device, the rte_intr_handle struct is
initialized by the virtual device driver, including
the event fd assignment. If the event fd need to be
read for clean, an argument is required for the reading.
This patch adds efd_counter_size in rte_intr_handle
struct to tell the rx interrupt pro
19 matches
Mail list logo