On Mon, Aug 28, 2023 at 9:43 PM Dumitrescu, Cristian
wrote:
>
> > > We just set up a community call for next week to discuss in more details
> > > the
> > > proposal for RTE_FLOW extensions to support P4-programmable devices
> > > https://mails.dpdk.org/archives/dev/2023-August/273703.html and lo
From: Renyong Wan
Adding minimum PMD code, doc and build infrastructure for sssnic.
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
.mailmap| 5 +-
MAINTAINERS | 8
doc/guides/nics/features/sssnic.ini | 9
doc/guides/n
From: Renyong Wan
Adding log macros to print runtime messages and trace functions.
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/sssnic_ethdev.c | 13
drivers/net/sssnic/sssnic_log.h| 51 ++
2 files changed, 64 insertions
From: Renyong Wan
Register device ID for 3SNIC ethernet adapter to support
PCI ethdev probe and remove.
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/base/sssnic_hw.h | 11 +
drivers/net/sssnic/sssnic_ethdev.c | 37 +
2 files
From: Renyong Wan
Event queue is intended for receiving event from hardware as well
as mailbox response message.
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/base/meson.build | 1 +
drivers/net/sssnic/base/sssnic_eventq.c | 426
d
From: Renyong Wan
sssnic message is used to encapsulate sssnic command for transmission
between driver and firmware. sssnic message is sent by driver via mail
box and is received by driver via event queue.
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/base/meson
From: Renyong Wan
Control queue is used for communication between driver and datapath code
of firmware.
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/base/meson.build| 2 +
drivers/net/sssnic/base/sssnic_api.c | 102 +
drivers/net/sssnic/base/sssnic_
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/base/sssnic_api.c | 33
drivers/net/sssnic/base/sssnic_api.h | 8 +++
drivers/net/sssnic/base/sssnic_cmd.h | 14 +
drivers/net/sssnic/base/sssnic_hw.c | 33 +++-
drivers/ne
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 1 +
drivers/net/sssnic/base/sssnic_api.c| 127
drivers/net/sssnic/base/sssnic_api.h| 14 +++
drivers/net/sssnic/base/sssnic_cmd.h| 37
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini| 1 +
drivers/net/sssnic/base/meson.build| 1 +
drivers/net/sssnic/base/sssnic_exception.c | 115 +
drivers/net/sssnic/base/sssnic_exception.h
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/meson.build| 1 +
drivers/net/sssnic/sssnic_ethdev.c| 4 +
drivers/net/sssnic/sssnic_ethdev.h| 2 +
drivers/net/sssnic/sssnic_ethdev_rx.c | 421 ++
drive
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 1 +
drivers/net/sssnic/sssnic_ethdev.c| 2 +
drivers/net/sssnic/sssnic_ethdev_tx.c | 155 ++
drivers/net/sssnic/sssnic_ethdev_tx.h | 4 +
4 fil
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 1 +
drivers/net/sssnic/base/sssnic_hw.c | 14 +++
drivers/net/sssnic/base/sssnic_hw.h | 2 +
drivers/net/sssnic/sssnic_ethdev.c| 2 +
drivers/net/sssnic/sssnic_et
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/base/sssnic_api.c | 508 ++
drivers/net/sssnic/base/sssnic_api.h | 257 +
drivers/net/sssnic/base/sssnic_cmd.h | 100 +
drivers/net/sssnic/base/sssnic_misc.
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/sssnic_ethdev.c | 32 ++
1 file changed, 32 insertions(+)
diff --git a/drivers/net/sssnic/sssnic_ethdev.c
b/drivers/net/sssnic/sssnic_ethdev.c
index f8a0a1b602..d1dfaeec
> -Original Message-
> From: Gupta, Nipun
> Sent: 2023年8月28日 14:07
> To: Ma, WenwuX ; dev@dpdk.org
> Cc: david.march...@redhat.com; maxime.coque...@redhat.com; Xia,
> Chenbo ; Li, Miao ; Ling, WeiX
> ; sta...@dpdk.org
> Subject: Re: [PATCH v3] bus/pci: fix legacy device IO port map in se
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 2 +
drivers/net/sssnic/sssnic_ethdev.c| 2 +
drivers/net/sssnic/sssnic_ethdev_rx.c | 167 ++
drivers/net/sssnic/sssnic_ethdev_rx.h | 2 +
4 fil
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 5 +
drivers/net/sssnic/sssnic_ethdev.c| 1 +
drivers/net/sssnic/sssnic_ethdev_tx.c | 404 ++
drivers/net/sssnic/sssnic_ethdev_tx.h | 2 +
4 fil
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini| 4 +
drivers/net/sssnic/base/sssnic_api.c | 338 ++
drivers/net/sssnic/base/sssnic_api.h | 36 +++
drivers/net/sssnic/base/sssnic_cmd.h | 58
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 2 +
drivers/net/sssnic/sssnic_ethdev.c | 72 +
2 files changed, 74 insertions(+)
diff --git a/doc/guides/nics/features/sssnic.ini
b/doc/guides/nics
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/sssnic_ethdev.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/drivers/net/sssnic/sssnic_ethdev.c
b/drivers/net/sssnic/sssnic_ethdev.c
index c12747f35e..4ff9d30f1f 100644
--- a/drivers/n
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/sssnic_ethdev.c| 2 ++
drivers/net/sssnic/sssnic_ethdev_rx.c | 13 +
drivers/net/sssnic/sssnic_ethdev_rx.h | 2 ++
drivers/net/sssnic/sssnic_ethdev_tx.c | 11 +++
drivers/ne
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 1 +
drivers/net/sssnic/base/sssnic_api.c | 36
drivers/net/sssnic/base/sssnic_api.h | 9 +++
drivers/net/sssnic/base/sssnic_cmd.h | 8 +++
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 1 +
drivers/net/sssnic/base/sssnic_api.c | 68
drivers/net/sssnic/base/sssnic_api.h | 4 ++
drivers/net/sssnic/base/sssnic_cmd.h | 11 +
driver
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 12 +
drivers/net/sssnic/base/sssnic_api.c| 264 ++
drivers/net/sssnic/base/sssnic_api.h| 22 +
drivers/net/sssnic/base/sssnic_cmd.h| 71 ++
drivers/net/
From: Renyong Wan
In comparison to PF, VF PMD does not support the following features:
1. link up and link down set
2. promiscuous enable and disable
3. MAC stats in extend xstats
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/base/sssnic_api.c | 42
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/meson.build| 1 +
drivers/net/sssnic/sssnic_ethdev.c| 4 +
drivers/net/sssnic/sssnic_ethdev.h| 1 +
drivers/net/sssnic/sssnic_ethdev_tx.c | 355 ++
drive
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 3 +
drivers/net/sssnic/base/sssnic_api.c | 154 +
drivers/net/sssnic/base/sssnic_api.h | 116 +++
drivers/net/sssnic/base/sssnic_cmd.h | 12 +
driv
From: Renyong Wan
Initializing hardware base make hardware ready to be access.
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/base/meson.build | 13 ++
drivers/net/sssnic/base/sssnic_hw.c | 207 +++
drivers/net/sssnic/base/sssnic_hw.h
From: Renyong Wan
Work queue is used to maintain hardware queue information by
driver, it is usually used in control queue, rx queue
and tx queue.
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/base/meson.build| 1 +
drivers/net/sssnic/base/sssnic_workq.c |
On Fri, Aug 25, 2023 at 4:19 PM Bruce Richardson
wrote:
>
> The pdcp library is disabled when its dependent library "reorder" is not
> being built.
>
> ../lib/meson.build:179: WARNING: Cannot disable mandatory library "pdcp"
> Message: Disabling pdcp [lib/pdcp]: missing internal dependency "reorde
On Fri, Aug 25, 2023 at 5:10 PM Bruce Richardson
wrote:
>
> Cryptodev and the libraries which depend on it can be made optional,
> as they can be disabled without breaking the build.
>
> Signed-off-by: Bruce Richardson
Applied, thanks.
--
David Marchand
On Fri, Aug 25, 2023 at 7:03 PM David Marchand
wrote:
>
> A few classes meson.build were not expressing dependencies to the
> associated device library. Define std_deps for baseband, gpu and regex
> drivers.
>
> Signed-off-by: David Marchand
Applied, with updated commitlog.
Thanks.
--
David M
From: Renyong Wan
Mailbox is a message channel used to communicate between PF and
VF as well as driver and hardware functions.
Mailbox messages are received by driver through event queue, and
sent by driver through registers of mailbox.
There are two transfer modes for sending mailbox message, on
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 2 +
drivers/net/sssnic/base/sssnic_api.c | 174 +
drivers/net/sssnic/base/sssnic_api.h | 4 +
drivers/net/sssnic/base/sssnic_cmd.h | 25 +++
drivers/net/sssn
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
drivers/net/sssnic/base/sssnic_api.c | 63 +
drivers/net/sssnic/base/sssnic_api.h | 2 +
drivers/net/sssnic/base/sssnic_cmd.h | 49
drivers/net/sssnic/sssnic_ethdev.c| 2 +
drivers/net/sssnic/sssn
From: Renyong Wan
Signed-off-by: Steven Song
Signed-off-by: Renyong Wan
---
doc/guides/nics/features/sssnic.ini | 2 +
drivers/net/sssnic/base/sssnic_api.c | 34 +++
drivers/net/sssnic/base/sssnic_api.h | 1 +
drivers/net/sssnic/base/sssnic_cmd.h | 9 +++
drivers/net/sssnic/sssnic_
On Tue, Aug 22, 2023 at 5:42 PM Mykola Kostenok wrote:
>
> From: Christian Koue Muf
>
> Hooks into the DPDK API, and make the PMD available to use.
> Also adds documentation as .rst and .ini files.
>
> Signed-off-by: Christian Koue Muf
> Reviewed-by: Mykola Kostenok
*Disclaimer* I did not revi
> -Original Message-
> From: Xueming Li
> Sent: Thursday, August 17, 2023 2:14 PM
> To: sta...@dpdk.org
> Cc: xuemi...@nvdia.com; dev@dpdk.org; Abhishek Marathe
> ; Ali Alnubani ;
> Walker, Benjamin ; David Christensen
> ; Hemant Agrawal ;
> Stokes, Ian ; Jerin Jacob ;
> Mcnamara, John ; J
> -Original Message-
> From: Xu, HailinX
> Sent: 8/29/2023 16:22
> To: Xueming(Steven) Li ; sta...@dpdk.org
> Cc: xuemi...@nvdia.com; dev@dpdk.org; Abhishek Marathe
> ; Ali Alnubani ;
> Walker, Benjamin ; David Christensen
> ; Hemant Agrawal ;
> Stokes, Ian ; Jerin Jacob ;
> Mcnamara, Jo
3/08/2023, Bruce Richardson:
> +#set up common doxygen configuration
A space is missing here
> +man_cdata.set('FULL_PATH_NAMES', 'NO')
Why it has to be disabled? Maybe add a comment?
> +meson.add_install_script(mandb)
When is it executed exactly?
Will it update the database in case we inst
jeudi 10 août 2023, Bruce Richardson:
> With the removal of the kni kernel driver, there are no longer any
> Linux kernel modules in our repository, leaving only modules for FreeBSD
> present. Since:
>
> * BSD has no issues with out-of-tree modules and
> * There are no in-tree equivalents for thos
jeudi 17 août 2023, Bruce Richardson:
> When called from automated tools, like meson test, it is often useful to
> skip tests in a test suite, without having to alter the test build. To
> do so, we add support for DPDK_TEST_SKIP environment variable, where one
> can provide a comma-separated list o
On Tue, Aug 29, 2023 at 11:28:01AM +0200, Thomas Monjalon wrote:
> 3/08/2023, Bruce Richardson:
> > +#set up common doxygen configuration
>
> A space is missing here
>
Ack
> > +man_cdata.set('FULL_PATH_NAMES', 'NO')
>
> Why it has to be disabled? Maybe add a comment?
>
Sure, will add comment.
On 8/29/2023 8:38 AM, Jerin Jacob wrote:
> On Mon, Aug 28, 2023 at 9:43 PM Dumitrescu, Cristian
> wrote:
>>
We just set up a community call for next week to discuss in more details
the
proposal for RTE_FLOW extensions to support P4-programmable devices
https://mails.dpdk.org/a
Bruce Richardson writes:
> When called from automated tools, like meson test, it is often useful to
> skip tests in a test suite, without having to alter the test build. To
> do so, we add support for DPDK_TEST_SKIP environment variable, where one
> can provide a comma-separated list of tests. Wh
On Tue, Aug 29, 2023 at 09:27:23AM -0400, Aaron Conole wrote:
> Bruce Richardson writes:
>
> > When called from automated tools, like meson test, it is often useful to
> > skip tests in a test suite, without having to alter the test build. To
> > do so, we add support for DPDK_TEST_SKIP environme
ping for additional reviewers.
thanks!
On Tue, Aug 22, 2023 at 02:00:39PM -0700, Tyler Retzlaff wrote:
> This series introduces API additions prefixed in the rte namespace that allow
> the optional use of stdatomics.h from C11 using enable_stdatomics=true for
> targets where enable_stdatomics=f
Hi, Xueming
RedHat QE did not find any new issues about 22.11.3 rc1 dpdk during the
tests.
I tested below 18 scenarios and all got PASS on RHEL9:
- Guest with device assignment(PF) throughput testing(1G hugepage size):
PASS
- Guest with device assignment(PF) throughput testing(2M hugepa
On Sat, Aug 26, 2023 at 02:38:26PM +, Ali Alnubani wrote:
> > -Original Message-
> > From: Tyler Retzlaff
> > Sent: Friday, August 11, 2023 10:21 PM
> > To: dev@dpdk.org
> > Cc: Bruce Richardson ; Konstantin Ananyev
> > ; Ciara Power ;
> > NBU-Contact-Thomas Monjalon (EXTERNAL) ;
> > d
Hi Maxime,
Kind reminder to review these series for 23.11:
https://patches.dpdk.org/project/dpdk/list/?series=28544
https://patches.dpdk.org/project/dpdk/list/?series=28189
Thanks,
Hernan
> -Original Message-
> From: Vargas, Hernan
> Sent: Thursday, May 25, 2023 1:28 PM
> To: dev@dpdk.o
From: Pavan Nikhilesh
Add event port flow context status APIs.
- rte_pmd_cnxk_eventdev_wait_head() - Allows application to wait
for the flow context currently held by the event port to become
the HEAD of the flow chain.
- rte_pmd_cnxk_eventdev_is_head() - Allows application to test if
the f
From: Long Li
Set the queue state when queue is started/stopped.
Signed-off-by: Long Li
Acked-by: Stephen Hemminger
---
Change since v1:
Fixed the following building error
error: 'for' loop initial declarations are only allowed in C99 mode
drivers/net/netvsc/hn_ethdev.c | 17 +++-
This patch series aims to:
- Make the coding style satisfy with DPDK.
- Sync the logic with kernel driver.
- Make the sub-module more modular.
- Extend the nfp configure BAR from 8 to 24.
---
v2:
* Fix the compile error in Fodora 37 environment.
---
Chaoyong He (27):
net/nfp: explicitly compare
To compliance with the coding standard, make the pointer variable
explicitly comparing to 'NULL' and the integer variable explicitly
comparing to '0'.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c | 12 ++--
drivers/net/nfp/nfpco
Each parameter of function should occupy one line, and indent two TAB
character.
All the statement which span multi line should indent two TAB character.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_cpp.h | 80 +-
drivers/net/nfp/nfp
Unify the type of integer variable to the DPDK prefer style.
Also change the return type of 'nfp_eth_speed2rate()' to the
corresponding enum, which make it more readable.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_cpp.h | 53 ++-
Remove the unneeded logic.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_cpp.h | 107
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c | 12 -
drivers/net/nfp/nfpcore/nfp_cppcore.c | 162 --
drivers/net/nfp/nfpcore/nfp_mutex.c
There should only declare one local variable in each line, and the local
variable should be arranged from short to long in the function.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c | 58 --
drivers/net/nfp/nfpcore/n
Add log statement to the important control logic, which means
more strict check of the return value of function call.
Also remove some verbose info log statement.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c | 37 ++
Revise the logic, using the DPDK memory management API to replace the
malloc()/free().
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/flower/nfp_flower.c| 2 +-
drivers/net/nfp/nfp_ethdev.c | 8
drivers/net/nfp/nfpcore/nfp_cppcore.c | 10 +
Follow the DPDK coding style, use the kdoc comment style.
Also add some comment to help understand logic.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_cpp.h | 504 -
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c | 39 +-
dri
Use space character to align instead of TAB character.
There should one blank line to split the block of logic, no more no less.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp6000/nfp6000.h | 4 +-
drivers/net/nfp/nfpcore/nfp_cpp.h | 18 +--
Unify the guide line of header file, we choose '__FOO_BAR_H__' style.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_cpp.h | 2 +-
drivers/net/nfp/nfpcore/nfp_hwinfo.h | 2 +-
drivers/net/nfp/nfpcore/nfp_mip.h | 2 +-
drivers/net/nfp/nfpcore
Rename some parameter and variable to make the logic easier to
understand.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_cpp.h | 10 ++---
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c | 42 -
drivers/net/nfp/nfpcore/nfp_cppcore.c
Move the definition of data structure and macro into the implement file.
Also remove the unneeded header file include statements.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_hwinfo.c | 84 +---
drivers/net/nfp/nfpcore/nfp_hwin
Move the definition of data structure and macro into the implement file.
Also sync the logic from kernel driver and remove the unneeded header file
include statements.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_mip.h | 4 +-
drivers/net/nfp/nfpco
Remove the unneeded header file include statements.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_mip.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/net/nfp/nfpcore/nfp_mip.c
b/drivers/net/nfp/nfpcore/nfp_mip.c
inde
Add several read/write APIs and remove the unneeded header file
include statements.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_rtsym.c | 305 +---
drivers/net/nfp/nfpcore/nfp_rtsym.h | 53 ++---
2 files changed, 299 insertio
Sync the logic from kernel driver and remove the unneeded header
file include statements.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_resource.c | 21 -
1 file changed, 8 insertions(+), 13 deletions(-)
diff --git a/drivers/net/nf
Move the function declaration into the header file, and sync some
logic from kernel driver.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp6000/nfp6000.h | 20
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c | 1 +
drivers/net/nfp/nfpco
Split out the macro which are not easily find a DPDK substitute into
a new header file.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_nsp.c | 1 +
drivers/net/nfp/nfpcore/nfp_nsp.h | 23 --
drivers/net/nfp/nfpcore/nfp_nsp_eth.c
Move the definition of data structure into the implement file.
Also sync the logic from kernel driver and remove the unneeded header
file include statements.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfp_ethdev.c | 2 +-
drivers/net/nfp/nfpcore/nfp
Add a header file to holds the API declarations of this module.
Also sync the logic from kernel driver and remove the unneeded header
file include statements.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp_cpp.h | 16 --
drivers/net/nfp/nfpcore/nf
Rename the data fields to sync with the logic in kernel driver.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/flower/nfp_flower.c | 6 +++---
drivers/net/nfp/nfp_common.h| 4 ++--
drivers/net/nfp/nfp_ethdev.c| 16
3 files changed
Add the nfp_dev module to simplify the logic.
The data structure we import can gather and replace several macro
which scatter everywhere. Which also make the logic of choose value
for different devices unnecessary and so eliminate such logic.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderl
Add a new header file for the PCIe module.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/meson.build | 2 +-
.../nfpcore/{nfp_cpp_pcie_ops.c => nfp6000_pcie.c} | 2 ++
drivers/net/nfp/nfpcore/nfp6000_pcie.h | 13
Modify the comment and standard the coding style.
Move the definition of data structure into the implement file to make
the API small.
Also sync the logic from kernel driver and remove the unneeded header
file include statements.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
driv
Sync the logic from kernel driver and remove the unneeded header
file include statements.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp6000_pcie.c | 211 +
drivers/net/nfp/nfpcore/nfp_cpp.h | 9 ++
2 files changed, 150 in
Sync the logic from kernel driver, use the new entry function from the
PCIe module instead of the cppcore module.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfp_ethdev.c | 9 +-
drivers/net/nfp/nfpcore/nfp6000_pcie.c | 197 ++---
Sync the logic from kernel driver, adjust the definition of structure,
and extend the usage of nfp BAR from 8 to 24.
This will greatly enhance the scalability of nfp PMD.
Signed-off-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfp_ethdev.c | 8 +-
drivers/net/n
When doing IO port mapping for legacy device in secondary process, the
region information is missing, so, we need to refill it.
Fixes: 4b741542ecde ("bus/pci: avoid depending on private kernel value")
Cc: sta...@dpdk.org
Signed-off-by: Wenwu Ma
---
v4:
- adjusting commit log
v3:
- adjusting va
Hi Yanghang,
Thanks for the verification and report, will include in release notes.
Regards,
Xueming Li
From: YangHang Liu
Sent: 8/30/2023 0:03
To: Xueming(Steven) Li
Cc: sta...@dpdk.org; xuemi...@nvdia.com; dev@dpdk.org; Abhishek Marathe
; Ali Alnubani ;
benjamin.wal...@intel.com; David Ch
Call 'iavf_dev_stats_reset' during the initialization of the VF in order
to clear any statistics that may exist from the last use of the VF and to
avoid statistics errors.
Fixes: 22b123a36d07 ("net/avf: initialize PMD")
Cc: sta...@dpdk.org
Signed-off-by: Kuan Xu
Signed-off-by: Yiding Zhou
---
Hi Xueming,
> -Original Message-
> From: Xueming(Steven) Li
> Sent: Sunday, August 27, 2023 11:18 AM
>
> The new symmetric hash function swap src/dst L3 address and
> L4 ports automatically by sorting.
>
> Signed-off-by: Xueming Li
> ---
> lib/ethdev/rte_flow.h | 7 +++
> 1 file c
85 matches
Mail list logo