> -Original Message-
> From: Ori Kam
> Sent: Tuesday, December 29, 2020 12:13 PM
> To: Stephen Hemminger ; Shiri Kuzin
>
> Cc: dev@dpdk.org; Slava Ovsiienko ; NBU-
> Contact-Adrien Mazarguil ;
> ferruh.yi...@intel.com; NBU-Contact-Thomas Monjalon
> ; Raslan Darawsheh
> Subject: RE: [d
Hi Andrew,
>-Original Message-
>From: Andrew Rybchenko
>Sent: Monday, December 28, 2020 9:45 PM
>To: Xueming(Steven) Li ; Slava Ovsiienko
>; NBU-Contact-Thomas Monjalon
>; Ferruh Yigit ; Olivier Matz
>; Matan Azrad
>Cc: dev@dpdk.org; Asaf Penso
>Subject: Re: [RFC 0/7] support SubFunctio
> Subject: Re: [PATCH v5] eal: add generic thread-local-storage functions
>
> External email: Use caution opening links or attachments
>
>
> On Sat, 26 Dec 2020 18:08:48 +0200, Tal Shnaiderman wrote:
> > diff --git a/lib/librte_eal/windows/meson.build
> > b/lib/librte_eal/windows/meson.build
> >
在 2020/12/17 17:22, Steve Yang 写道:
If max rx packet length is smaller then MTU + Ether overhead, that will
drop all MTU size packets.
Update the MTU size according to the max rx packet and Ether overhead.
Fixes: 59d0ecdbf0e1 ("ethdev: MTU accessors")
Signed-off-by: Steve Yang
---
lib/lib
30/12/2020 09:54, Xueming(Steven) Li:
> Hi Andrew,
>
> From: Andrew Rybchenko
> >On 12/18/20 5:55 PM, Xueming Li wrote:
> >> SubFunction [1] is a portion of the PCI device, a SF netdev has its
> >> own dedicated queues(txq, rxq). A SF netdev supports eswitch
> >> representation offload similar to
Add support for tls functionality in EAL.
The following functions are added:
rte_thread_tls_create_key - function to create a tls data key.
rte_thread_tls_delete_key - function to delete a tls data key.
rte_thread_tls_set_value - function to set value bound to the tls key
rte_thread_tls_get_value
-Original Message-
From: Sebastian, Selwin
Sent: Tuesday, December 29, 2020 12:40 PM
To: dev@dpdk.org
Cc: Somalapuram, Amaranath ;
ferruh.yi...@intel.com
Subject: [PATCH v2] net/axgbe: add support for reading FW version
From: Selwin Sebastian
Added support for fw_version_get API
S
Adding more people to comment/investigate here.
Devendra, could it be that we don't consider subsequent calls of
promisc_enabled + allmulti_enable ?
Devendra >> yes, I agree that as long as promiscuous mode is enabled for a
port, all traffic should be accepted even if allmulticast is enabled l
Hi, I already posted a patch that fixes the issue on my side here:
http://mails.dpdk.org/archives/dev/2020-December/195206.html
Regards,
Balazs
On Wed, 2020-12-30 at 12:51 +, Devendra Singh Rawat wrote:
> Adding more people to comment/investigate here.
>
> Devendra, could it be that we don'
I wonder if this should be consistent with Nick's meson (to use external
pthread library) change?
-Original Message-
From: Dmitry Kozlyuk
Sent: Wednesday, December 23, 2020 3:59 AM
To: Tal Shnaiderman
Cc: dev@dpdk.org; thomas ; Kadam, Pallavi
; navas...@linux.microsoft.com; Dmitry Mal
Hi,
During the next 2 hours we will be moving the Mailman instance to a new server.
Please expect that mails.dpdk.org, mailman.dpdk.org and ml.dpdk.org will not be
accessible, and no patches will be added to Patchwork.
Thanks for your patience, and sorry for the inconvenience.
Regards,
Ali
Hi,
The migration took longer than expected, but everything should be up and
running now.
Please let us know if you see any issues.
Thanks,
Ali
From: Ali Alnubani
Sent: Wednesday, December 30, 2020 6:36 PM
Hi,
During the next 2 hours we will be moving the Mailman instance to a new server.
Ple
Hi,
> -Original Message-
> From: Tal Shnaiderman
> Sent: Monday, December 28, 2020 11:54 AM
> To: dev@dpdk.org
> Cc: NBU-Contact-Thomas Monjalon ; Matan Azrad
> ; Raslan Darawsheh ; Ophir
> Munk
> Subject: [PATCH v5 00/32] mlx5 Windows support - part #5
>
> This patch series is part of p
Hi,
The migration took longer than expected, but everything should be up and
running now.
Please let us know if you see any issues.
Thanks,
Ali
From: Ali Alnubani
Sent: Wednesday, December 30, 2020 6:36 PM
Hi,
During the next 2 hours we will be moving the Mailman instance to a new server.
Ple
> On Dec 23, 2020, at 6:47 AM, Juraj Linkeš wrote:
>
> The current way of specifying Arm configuration options is insufficient
> since we can't identify the SoC we're building for from the MIDR
> information. For example, we can't distinguish between N1SDP, Graviton2
> or Ampere Altra.
>
> Add
Hello David,
I’m hitting this issue on the next/dpdk-next-net branch. Is there a way to pull
the patch into all of the next-* branches so that others don’t hit it too?
For now I've pulled it into my own branch.
This Actions thing is cool. It’s a huge timesaver.
Thank you,
Andrew
> On Dec 21, 2
30/12/2020 20:09, Andrew Boyer:
>
> > On Dec 23, 2020, at 6:47 AM, Juraj Linkeš
> > wrote:
> >
> > The current way of specifying Arm configuration options is insufficient
> > since we can't identify the SoC we're building for from the MIDR
> > information. For example, we can't distinguish betw
From: Beilei Xing
With the following commands, the second flow can't
be created successfully.
1. flow create 0 ingress pattern eth / ipv4 / udp /
raw relative is 1 pattern is 0102030405 / end
actions drop / end
2. flow destroy 0 rule 0
3. flow create 0 ingress pattern eth / ipv4 / udp /
For AVF FDIR, GTPU uplink and downlink are not supported in previous
code. This patch distinguishes GTPU with IP/EH/DL/UL for AVF FDIR.
Fixes: 4c7a41ae6b23 ("net/iavf: support flow director GTPU outer IPv4/IPv6")
Cc: sta...@dpdk.org
Signed-off-by: Junfeng Guo
---
drivers/net/iavf/iavf_fdir.c |
> -Original Message-
> From: Xing, Beilei
> Sent: Friday, January 1, 2021 12:04 PM
> To: Guo, Jia ; dev@dpdk.org
> Cc: Xing, Beilei ; sta...@dpdk.org; Sun, Chenmin
>
> Subject: [PATCH v3] net/i40e: fix flex payload rule conflict issue
>
> From: Beilei Xing
>
> With the following comm
Hi,
Sorry, for the late reply.
We have two solutions:
> - we keep this &builtin_net_driver flag use, but we must accept a 0
> return value from getopt_long.
> - we convert this option to the same scheme as the other and add a
> OPT_BUILTIN_NET_DRIVER_NUM like other options in this example,
>
What
From: "Nalla Pradeep"
This patch set contains PMD with minimal set of operations
that can drive both Octeon Tx and Tx2 in endpoint.
Nalla, Pradeep (15):
net/octeontx_ep: add build and doc infrastructure
net/octeontx_ep: add ethdev probe and remove
net/octeontx_ep: add device init and unin
From: "Nalla Pradeep"
Add basic init and uninit function which includes
initializing fields of ethdev private structure.
Signed-off-by: Nalla Pradeep
---
drivers/net/octeontx_ep/otx_ep_common.h | 22 ++
drivers/net/octeontx_ep/otx_ep_ethdev.c | 99 -
2 files changed
From: "Nalla Pradeep"
add basic PCIe ethdev probe and remove.
Signed-off-by: Nalla Pradeep
---
drivers/common/octeontx2/otx2_common.h | 3 ++
drivers/net/octeontx_ep/meson.build | 13 ++
drivers/net/octeontx_ep/otx_ep_common.h | 14 ++
drivers/net/octeontx_ep/otx_ep_ethdev.c | 62
From: "Nalla Pradeep"
Add device information get and device configure operations.
Signed-off-by: Nalla Pradeep
---
drivers/net/octeontx_ep/otx_ep_common.h | 15 +
drivers/net/octeontx_ep/otx_ep_ethdev.c | 80 +
drivers/net/octeontx_ep/otx_ep_rxtx.h | 10
3 fi
From: "Nalla Pradeep"
Functions to setup device, basic IQ and OQ registers are added.
Signed-off-by: Nalla Pradeep
---
drivers/net/octeontx_ep/meson.build | 2 +
drivers/net/octeontx_ep/otx2_ep_vf.c| 138 +
drivers/net/octeontx_ep/otx2_ep_vf.h| 11 ++
drivers
From: "Nalla Pradeep"
Transmit queue setup involves allocating memory for the command queue
considering tx descriptor count and initializing data structure
representing the queue. Transmit queue release function frees the
command queue.
Signed-off-by: Nalla Pradeep
---
drivers/net/octeontx_ep/
From: "Nalla Pradeep"
Receive queue setup involves allocating memory for the queue,
initializing data structure representing the queue and filling queue
with receive buffers of rx descriptor count.
Receive queues are referred as droq. Hardware fills the receive buffers
in queue with the packet.
From: "Nalla Pradeep"
Configuring hardware registers with command queue(iq) and droq(oq)
parameters.
Signed-off-by: Nalla Pradeep
---
drivers/net/octeontx_ep/otx2_ep_vf.c| 124 ++
drivers/net/octeontx_ep/otx_ep_common.h | 65
drivers/net/octeontx_ep/otx_ep
From: "Nalla Pradeep"
Hardware can be programmed to write the meta data of incoming packet in
the same buffer it uses to fill the packet(BUF PTR mode) or a different
buffer (INFO PTR mode).
Signed-off-by: Nalla Pradeep
---
drivers/net/octeontx_ep/meson.build | 2 +-
drivers/net/octeontx_e
From: "Nalla Pradeep"
Function to deliver packets from DROQ to application is added. It also
fills DROQ with receive buffers timely such that device can fill them
with incoming packets.
Signed-off-by: Nalla Pradeep
---
drivers/net/octeontx_ep/otx_ep_common.h | 5 +
drivers/net/octeontx_ep/ot
From: "Nalla Pradeep"
Added stats get, stats reset and link update operations.
Following stats are reported currently
1. ibytes, ipackets and ierrors.
2. obytes, opackets and oerrors.
Signed-off-by: Nalla Pradeep
---
drivers/net/octeontx_ep/otx_ep_ethdev.c | 84 +
1 fil
From: "Nalla Pradeep"
Adding bare minimum PMD library and doc build infrastructure
and claim the maintainership for octeontx end point PMD.
Signed-off-by: Nalla Pradeep
---
MAINTAINERS | 9 +++
doc/guides/nics/features/octeontx_ep.ini | 8 ++
doc/guides/n
From: "Nalla Pradeep"
1. Packet transmit function for both otx and otx2 are added.
2. Flushing trasmit(command) queue when pending commands are more than
maximum allowed value (currently 16).
3. Scatter gather support if the packet spans multiple buffers.
Signed-off-by: Nalla Pradeep
---
dr
From: "Nalla Pradeep"
Dev start and stop operations are added. To accomplish this internal
functions to enable or disable io queues are incorporated.
Signed-off-by: Nalla Pradeep
---
drivers/net/octeontx_ep/otx2_ep_vf.c| 92 +++
drivers/net/octeontx_ep/otx_ep_common.h | 1
From: "Nalla Pradeep"
Added rx queue interrupt enable and disable operations. These functions
are supported on both otx and otx2 platforms. Application can make use
of these functions and wait on event at packet reception.
Signed-off-by: Nalla Pradeep
---
drivers/net/octeontx_ep/otx2_ep_vf.c
From: "Nalla Pradeep"
Function to allow resetting input and output queues are added. Supports
both otx and otx2 endpoints.
Signed-off-by: Nalla Pradeep
---
drivers/net/octeontx_ep/otx2_ep_vf.c | 120 ++
drivers/net/octeontx_ep/otx_ep_vf.c | 143 +++
37 matches
Mail list logo