This patch fixes the issue to check for next pointer as
null in the integrity only case in pdcp-security context.
Fixes: bef594ec5cc8 ("crypto/dpaa2_sec: support PDCP offload")
Cc: sta...@dpdk.org
Signed-off-by: Hemant Agrawal
---
drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 25 +++
From: Gagandeep Singh
add DES-CBC support and enable available cipher-only
test cases.
Signed-off-by: Gagandeep Singh
---
doc/guides/cryptodevs/features/dpaa_sec.ini | 1 +
drivers/crypto/dpaa_sec/dpaa_sec.c | 13 +
drivers/crypto/dpaa_sec/dpaa_sec.h | 20 +++
From: Gagandeep Singh
This patch add support for non-HMAC, md5, shax algos.
Signed-off-by: Gagandeep Singh
---
doc/guides/cryptodevs/features/dpaa_sec.ini | 8 +-
drivers/crypto/dpaa_sec/dpaa_sec.c | 55 +++--
drivers/crypto/dpaa_sec/dpaa_sec.h | 126 ++
From: Gagandeep Singh
This patch adds support for AES-XCBC-MAC algo.
Signed-off-by: Gagandeep Singh
---
doc/guides/cryptodevs/features/dpaa_sec.ini | 1 +
drivers/crypto/dpaa_sec/dpaa_sec.c | 21 -
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/doc
From: Gagandeep Singh
This patch adds support for AES_CMAC integrity in non-security mode.
This patch modifies the camm flib to handles the AES CMAC
without conflicting the proto ALG operations. i.e. by creating
another ALG operation routine.
Signed-off-by: Gagandeep Singh
---
doc/guides/crypt
This patch enable out-of-place auth-cipher operations where
digest should be encrypted among with the rest of raw data.
It also adds support for partially encrypted digest when using
auth-cipher operations.
Fixes: 7c87e2d7b359 ("crypto/snow3g: use IPsec library")
Cc: pablo.de.lara.gua...@intel.com
From: Ivan Ilchenko
Fix the driver to report maximum MTU obtained from config if
VIRTIO_NET_F_MTU is supported or calculated based on maximum
Rx packet length.
Fixes: ad97ceece12c ("ethdev: add min/max MTU to device info")
Cc: sta...@dpdk.org
Signed-off-by: Ivan Ilchenko
Signed-off-by: Andrew
v1:
adding check for freq count
Richael Zhuang (1):
power: check freq count before filling the freqs array
lib/power/power_cppc_cpufreq.c | 5 +
lib/power/power_pstate_cpufreq.c | 5 +
2 files changed, 10 insertions(+)
--
2.20.1
The freqs array size is RTE_MAX_LCORE_FREQS. Before filling the
array with num_freqs elements, restrict the total num to
RTE_MAX_LCORE_FREQS. This fix aims to fix the coverity scan issue
like:
Overrunning array "pi->freqs" of 256 bytes by passing it to a
function which accesses it at byte offset 46
On 7/20/21 7:19 PM, Maxime Coquelin wrote:
On 7/20/21 9:54 AM, Andrew Rybchenko wrote:
From: Ivan Ilchenko
Report Rx scatter offload capability depending on VIRTIO_NET_F_MRG_RXBUF.
If Rx scatter is not requested, ensure that provided Rx buffers on
each Rx queue are big enough to fit Rx pack
20/07/2021 14:14, David Marchand:
> On Tue, Jul 20, 2021 at 1:59 PM Akhil Goyal wrote:
> >
> > Hi David,
> > >
> > > > > deps += ['common_octeontx', 'mempool_octeontx', 'bus_vdev',
> > > > 'net_octeontx']
> > > > > +deps += ['crypto_octeontx']
> > > >
> > > > This extra dependency resulted in di
Hi Michael,
> -Original Message-
> From: dev On Behalf Of Michael Baum
> Sent: Monday, July 12, 2021 10:07 AM
>
> In the PCI removal function, PMD releases all driver resources allocated in
> the probe function.
>
> The MR btree memory is allocated in the probe function, but it is not f
Hi Michael,
> -Original Message-
> From: Michael Baum
> Sent: Monday, July 12, 2021 10:07 AM
> In the PCI removal function, PMD releases all driver resources and cancels
> the regexdev registry.
>
> However, regexdev registration is accidentally canceled twice.
>
> Remove one of them.
>
Hi Michael,
> -Original Message-
> From: Michael Baum
> Sent: Monday, July 12, 2021 10:07 AM
>
> The issue can cause illegal physical address access while a huge-page A is
> released and huge-page B is allocated on the same virtual address.
> The old MR can be matched using the virtual a
Hi Gregory,
> -Original Message-
> From: dev On Behalf Of Gregory Etelson
> Sent: Monday, July 19, 2021 11:33 AM
>
> TX checksum of a tunnelled packet can be calculated for outer headers only
> or for both outer and inner parts. The calculation method is determined by
> application.
> If
All,
Update the test status for Intel part. Till now dpdk21.08-rc1 test is finished
and no critical issue is found.
# Basic Intel(R) NIC testing
* Build or compile:
*Build: cover the build test combination with latest GCC/Clang/ICC
version and the popular OS revision such as Ubuntu20.04,
Add option "policy-mtr" and "policy-g_actions" for meter with policy
Add option "meter-cir" to specify meter CIR value
Add option "packet-mode" to identify pps or bps based profile
Rongwei Liu (3):
app/flow-perf: support meter policy API
app/flow-perf: add new meter CIR Configuration
app/flo
Add option "policy-mtr" to indicate if meter creation will include policy
or not. Meter creation will keep same without it.
With "policy-mtr", policy is introduced. API create_meter_policy
is to create a policy. API create_meter_rule will use it to create
meter.
Add option "policy-g_actions" to s
Add the new meter CIR configuration parameter, user can set the
different value for committed information rate(CIR) parameter.
The usage as below:
--meter-cir=N, default count is 125.
Signed-off-by: Jiawei Wang
Signed-off-by: Rongwei Liu
---
app/test-flow-perf/main.c | 8 +++-
doc
The flow perf application used the srtcm_rfc2697 as meter profile
while do the meter testing.
This patch adds the support new configuration parameter
'--packet-mode' to generate the meter flows with the packet mode.
Signed-off-by: Jiawei Wang
Signed-off-by: Rongwei Liu
---
app/test-flow-perf/m
12/07/2021 20:18, Cristian Dumitrescu:
> Fix the incorrect array out of bounds check within the function
> pipeline_selector_group_member_read().
>
> Coverity issue: 371911
> Fixes: 598fe0dd0d8e3 ("examples/pipeline: support selector table")
>
> Signed-off-by: Cristian Dumitrescu
Pathset applie
On 7/13/2021 2:48 PM, Andrew Rybchenko wrote:
> On 7/9/21 8:29 PM, Ferruh Yigit wrote:
>> Setting MTU bigger than RTE_ETHER_MTU requires the jumbo frame support,
>> and application should enable the jumbo frame offload support for it.
>>
>> When jumbo frame offload is not enabled by application, bu
On 7/13/2021 3:07 PM, Andrew Rybchenko wrote:
> On 7/9/21 8:29 PM, Ferruh Yigit wrote:
>> Removing 'DEV_RX_OFFLOAD_JUMBO_FRAME' offload flag.
>>
>> Instead of drivers announce this capability, application can deduct the
>> capability by checking reported 'dev_info.max_mtu' or
>> 'dev_info.max_rx_pk
The ROCE LAG bond device requires neither E-Switch nor SR-IOV
configurations. It means the ROCE LAG bond device might be
presented as a single port Infiniband device.
The mlx5 PMD wrongly recognized standalone ROCE LAG bond device
as E-Switch configuration, this triggered the calls of E-Switch
por
Currently, the flow indexed pools are allocated per port, the allocation
was missing in Windows code.
This commit fixes the the Windows flow indexed pools are not allocated
issue.
Fixes: b4edeaf3efd5 ("net/mlx5: replace flow list with indexed pool")
Signed-off-by: Suanming Mou
---
drivers/net/
On 7/13/2021 3:07 PM, Andrew Rybchenko wrote:
<...>
>
>> diff --git a/drivers/net/e1000/e1000_ethdev.h
>> b/drivers/net/e1000/e1000_ethdev.h
>> index 3b4d9c3ee6f4..1ae78fe71f02 100644
>> --- a/drivers/net/e1000/e1000_ethdev.h
>> +++ b/drivers/net/e1000/e1000_ethdev.h
>> @@ -468,8 +468,8 @@ void
> Subject: [PATCH] net/mlx5: fix indexed pools allocate on Windows
>
> Currently, the flow indexed pools are allocated per port, the allocation was
> missing in Windows code.
>
> This commit fixes the the Windows flow indexed pools are not allocated issue.
>
> Fixes: b4edeaf3efd5 ("net/mlx5: rep
> >>> [However, we also would need to find out how BSD numbers the
> >>> domains, too, as it's possible an OS could just call them 0 and 1,
> >>> rather than
> >>> 0 and 8 if it wanted to.]
> >>>
> >>> In short, we'd need to test to be sure. Is FreeBSD on P9 a supported
> >>> config, and if so can
> -Original Message-
> From: Tal Shnaiderman
> Sent: Wednesday, July 21, 2021 11:40 AM
> To: Suanming Mou ; Slava Ovsiienko
> ; Matan Azrad ; Odi Assli
>
> Cc: Raslan Darawsheh ; dev@dpdk.org
> Subject: RE: [PATCH] net/mlx5: fix indexed pools allocate on Windows
>
> > Subject: [PATCH]
Hi
From: Suanming Mou:
> Currently, the flow indexed pools are allocated per port, the allocation was
> missing in Windows code.
>
> This commit fixes the the Windows flow indexed pools are not allocated
Double "the"
Instead, you can use:
Allocate indexed pool for the Windows case too.
> issue
The correct wording is "IPsec"
and it is flagged by devtools/check-git-log.sh
20/07/2021 22:49, Akhil Goyal:
> > From: Michael Shamis
> >
> > This patch provides the support for IPSec protocol
> > offload to the hardware.
> > Following security operations are added:
> > - session_create
> > - se
The PMD destroy function was calling the release function, which frees
cryptodev->data, and then tries to free cryptodev->data->dev_private,
which causes the heap use after free issue.
A temporary pointer is set before the free of cryptodev->data,
which can then be used afterwards to free dev_priv
When creating a meter policy, the actions for yellow color can be
specified together with green color. The mlx5 PMD now supports to
set the policy actions for yellow color.
The actions list that is supported for yellow is the same as that
for green.
---
v3:
* patch set building fix
* bug fixe
In order to support the yellow color for the default meter policy,
the default policy action for yellow should be created together
with the green policy.
The default policy action for yellow action is the same as that for
green. In the same table, the same matcher will be reused for yellow
and the
If the fate action is either RSS or Queue of a meter policy, the
action will only be created in the flow splitting stage. With queue
as the fate action, only one sub-policy is needed. And RSS will
have more than one sub-policies if there is an expansion.
Since the RSS parameters are the same for b
To support the meter policy for yellow action, the prerequisite is
that the hardware needs to support the EBS, as defined in the
RFC2697.
https://datatracker.ietf.org/doc/html/rfc2697
Then some of the packets can be marked as yellow if the tokens of C
bucket is not enough but enough in E bucket.
When creating a meter policy, both / either of the action rules for
green and yellow colors may be provided. After validation, usually
the actions are created before the meter is using by a flow rule.
If there is action specified for the yellow color, the action rules
should be created together wi
In the previous implementation, only green color policy was
supported in mlx5 PMD. Since yellow color policy is supported now,
the consistency of meter policy and profile should be checked.
1. If the profile supports yellow but the policy doesn't, an error
should be returned when creating th
The support of RFC2698 and RFC4115 are added in mlx5 PMD. Only the
ASO metering supports these two profiles.
Signed-off-by: Bing Zhao
---
doc/guides/nics/mlx5.rst | 1 +
doc/guides/rel_notes/release_21_08.rst | 1 +
drivers/common/mlx5/mlx5_prm.h | 5 +-
drivers/net/m
In the previous implementation, the policy for yellow color was not
supported. The action validation for yellow was skipped.
Since the yellow color policy needs to be supported, the validation
should also be done for the yellow color. In the meanwhile, due to
the fact that color policies of one me
> The correct wording is "IPsec"
> and it is flagged by devtools/check-git-log.sh
>
Ahh my bad! Missed to run that on last patch.
> 20/07/2021 22:49, Akhil Goyal:
> > > From: Michael Shamis
> > >
> > > This patch provides the support for IPSec protocol
> > > offload to the hardware.
> > > Follo
Add an option to automatically discover the host's numa and cpu counts
and use those values for a non cross-build.
Give users the option to override the per-arch default values or values
from cross files by specifying them on the command line with -Dmax_lcores
and -Dmax_numa_nodes.
Signed-off-by:
>
> > The correct wording is "IPsec"
> > and it is flagged by devtools/check-git-log.sh
> >
>
> Ahh my bad! Missed to run that on last patch.
>
> > 20/07/2021 22:49, Akhil Goyal:
> > > > From: Michael Shamis
> > > >
> > > > This patch provides the support for IPSec protocol
> > > > offload to t
21/07/2021 15:14, Akhil Goyal:
> > > A checkpatch warning was ignored:
> > >
> > > Warning in drivers/crypto/mvsam/rte_mrvl_pmd.c:
> > > Declaring a variable inside for()
> > >
> > Will be fixing in next few minutes.
> > Thanks for highlighting
>
> It is fixed now.
> Documentation update was also
On 7/19/21 10:10 AM, Cheng Jiang wrote:
> The async vhost callback ops should return negative value when there
> are something wrong in the callback, so the return type should be
> changed into int32_t. The issue in vhost example is also fixed.
>
> Fixes: cd6760da1076 ("vhost: introduce async e
On 7/19/21 10:10 AM, Cheng Jiang wrote:
> Applications need to stop DMA transfers and finish all the inflight
> packets when in VM memory hot-plug case and async vhost is used. This
> patch is to provide an unsafe API to clear inflight packets which
> are submitted to DMA engine in vhost async d
Currently in scale mode, multi-queue initialization will attempt to
initialize and de-initialize the per-lcore power library structures
multiple times. Fix it to only do this whenever we either enabling
first queue or disabling last queue.
Fixes: 5dff9a72b0ef ("power: support callbacks for multipl
On 7/19/21 10:10 AM, Cheng Jiang wrote:
> From: Jiayu Hu
>
> When the guest memory is hotplugged, the vhost application which
> enables DMA acceleration must stop DMA transfers before the vhost
> re-maps the guest memory.
>
> This patch is to notify the vhost application of stopping DMA
> tra
On 7/19/21 10:10 AM, Cheng Jiang wrote:
> When the guest memory is hotplugged, the vhost application which
> enables DMA acceleration must stop DMA transfers before the vhost
> re-maps the guest memory.
>
> To accomplish that, we need to do these changes in the vhost sample:
> 1. add inflight p
On 7/19/21 10:10 AM, Cheng Jiang wrote:
> Update the program guide and release notes for inflight packets clear
> API in vhost lib.
>
> Signed-off-by: Cheng Jiang
> ---
> doc/guides/prog_guide/vhost_lib.rst| 5 +
> doc/guides/rel_notes/release_21_08.rst | 5 +
> 2 files changed, 1
Hi Anatoly,
On 21/7/2021 3:26 PM, Anatoly Burakov wrote:
Currently in scale mode, multi-queue initialization will attempt to
initialize and de-initialize the per-lcore power library structures
multiple times. Fix it to only do this whenever we either enabling
first queue or disabling last queue.
On Wed, Jul 21, 2021 at 5:44 AM Thomas Monjalon wrote:
>
> 20/07/2021 14:14, David Marchand:
> > On Tue, Jul 20, 2021 at 1:59 PM Akhil Goyal wrote:
> > >
> > > Hi David,
> > > >
> > > > > > deps += ['common_octeontx', 'mempool_octeontx', 'bus_vdev',
> > > > > 'net_octeontx']
> > > > > > +deps +
Hi
We try to read from 100G NIC Mellanox ConnectX-5 without drop at nic.
All thread are with core pinning and cpu isolation.
We use dpdk 19.11
I tried to apply all configuration that are in
https://fast.dpdk.org/doc/perf/DPDK_19_08_Mellanox_NIC_performance_report.pdf
We have a strange behavior,
2021-07-07 13:25 (UTC-0700), Jie Zhou:
> eal/windows alarm APIs rte_eal_alarm_set and rte_eal_alarm_cancel
> did not check parameters to fail fast for invalid parameters, which
> caught by DPDK UT alarm_autotest.
>
> Enforce eal/windows alarm APIs parameter check to fail fast for
> invalid paramet
On 7/19/2021 4:35 AM, Huisong Li wrote:
> Hi, Ferruh
>
Hi Huisong,
Thanks for the review.
> 在 2021/7/10 1:29, Ferruh Yigit 写道:
>> There is a confusion on setting max Rx packet length, this patch aims to
>> clarify it.
>>
>> 'rte_eth_dev_configure()' API accepts max Rx packet size via
>> 'uint32
All,
The following is a list of tests executed with 21.08-rc1:
- Basic functionality:
Send and receive multiple types of traffic.
- testpmd xstats counter test.
- RSS tests.
- VLAN filtering tests.
- Rx Checksum tests
- TSO tests.
- MTU and Jumbo frame tests
- Changing/checking link status thro
Looks good, minor comment. You don't have to check for NULL before calling
rte_free().
Rte_free(NULL) is a NOP like free(NULL).
Sorry for top posting; but if you send to my Microsoft account you are stuck
with what
Outlook can do...
-Original Message-
From: jerb
Sent: Tuesday, July 20
Based on discussion in thread [1], I propose changes in RTE Flow docs to
reflect the current state and findings from the discussion.
[1] https://mails.dpdk.org/archives/dev/2021-July/213360.html
Cc: Jan Viktorin
Cc: Ori Kam
Cc: Matan Azrad
Cc: Thomas Monjalon
Cc: Andrew Rybchenko
Cc: "Min Hu
It is now clearly stated that RTE flow rules can be
created only after the port is started.
Signed-off-by: Martin Havlik
---
doc/guides/nics/mlx5.rst | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index f5b727c1ee..119
The ability to create RTE flow rules, depending on
port status, can and does differ between PMDs.
Now the doc reflects that.
Signed-off-by: Martin Havlik
---
doc/guides/prog_guide/rte_flow.rst | 4
1 file changed, 4 insertions(+)
diff --git a/doc/guides/prog_guide/rte_flow.rst
b/doc/guide
Included info on dedicated queues and added related
note about issue on mlx5.
Signed-off-by: Martin Havlik
---
doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst | 8
1 file changed, 8 insertions(+)
diff --git a/doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
b/doc/guid
In bonding mode 4 (8023ad), dedicated queues are not working
on mlx5 NICs.
Signed-off-by: Martin Havlik
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
b/doc/guides/testpmd_app_ug/testpmd_funcs.rs
On 7/13/2021 1:47 PM, Andrew Rybchenko wrote:
> On 7/9/21 8:29 PM, Ferruh Yigit wrote:
>> There is a confusion on setting max Rx packet length, this patch aims to
>> clarify it.
>>
>> 'rte_eth_dev_configure()' API accepts max Rx packet size via
>> 'uint32_t max_rx_pkt_len' filed of the config struc
mlx5_ind_table_obj_modify() first references queues from the new list,
then applies the new list to HW. In case of apply failure the function
dereferenced queues from the old list, while it should be the new list.
Fixes: fa7ad49e96b5 ("net/mlx5: fix shared RSS action update")
Cc: andr...@nvidia.co
On Wed, 21 Jul 2021 17:58:14 +0200
Martin Havlik wrote:
> The ability to create RTE flow rules, depending on
> port status, can and does differ between PMDs.
> Now the doc reflects that.
>
> Signed-off-by: Martin Havlik
> ---
> doc/guides/prog_guide/rte_flow.rst | 4
> 1 file changed, 4 i
Sub-Function [1] is a portion of the PCI device, a SF netdev has its own
dedicated queues(txq, rxq). A SF shares PCI level resources with other
SFs and/or with its parent PCI function. Auxiliary bus is the
fundamental of SF.
This patch set introduces Sub-Function support for mlx5 PMD driver
includ
From: Thomas Monjalon
A function is exported to allow retrieving the PCI address
of the parent PCI device of a Sub-Function in auxiliary bus sysfs.
The function mlx5_dev_to_pci_str() is accepting both PCI and auxiliary
devices. In case of a PCI device, it is simply using the device name.
The fun
This patch adds auxiliary bus driver and delegate to
registered internal mlx5 common device drivers, i.e. eth, vdpa...
Current major target is to support SubFunction on auxiliary bus.
As a limitation of current driver, numa node of device is detected from
PCI bus of device symbol link, will remov
To align with EAL class driver, rename internal class name from "net" to
"eth"
Signed-off-by: Xueming Li
Acked-by: Viacheslav Ovsiienko
---
drivers/common/mlx5/mlx5_common.h | 2 +-
drivers/common/mlx5/mlx5_common_pci.c | 22 --
drivers/net/mlx5/mlx5.c |
To support auxiliary bus, introduces common device driver and callbacks,
suppose to replace mlx5 common PCI bus driver.
Mlx5 class drivers, i.e. eth, vDPA, regex and compress normally consumes
single Verbs device context to probe a device. The Verbs device comes
from PCI address if the device is P
This patch introduces SF support. Similar to VF, SF on auxiliary bus is
a portion of hardware PF, no representor or bonding parameters for SF.
Devargs to support SF:
-a auxiliary:mlx5_core.sf.8,dv_flow_en=1
New global syntax to support SF:
-a bus=auxiliary,name=mlx5_core.sf.8/class=eth/driver=mlx
From: Thomas Monjalon
The Linux-specific functions mlx5_get_pci_addr() and
mlx5_get_ifname_sysfs() are better described in the .h file.
The requirement for using mlx5_get_pci_addr() is explicit:
the node /device must exist in the provided sysfs path.
Signed-off-by: Thomas Monjalon
Acked-by: Vi
Verbs API doesn't support Device port number larger than 255 by design.
Adds check and fails probing with proper error log.
Signed-off-by: Xueming Li
Acked-by: Viacheslav Ovsiienko
---
drivers/net/mlx5/linux/mlx5_os.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/net/mlx5/li
To support SubFunction based on auxiliary bus, common driver supports
new bus-agnostic driver.
This patch migrates net driver to new common driver.
Signed-off-by: Xueming Li
Acked-by: Viacheslav Ovsiienko
---
drivers/net/mlx5/linux/mlx5_os.c | 46 --
drivers/net/mlx
To support more bus types, remove PCI dependency where possible.
Signed-off-by: Xueming Li
Acked-by: Viacheslav Ovsiienko
---
drivers/net/mlx5/linux/mlx5_ethdev_os.c | 2 +-
drivers/net/mlx5/linux/mlx5_os.c| 4 +--
drivers/net/mlx5/mlx5.c | 45 ++---
From: Thomas Monjalon
Uses macro for pmd driver name.
Signed-off-by: Thomas Monjalon
Acked-by: Viacheslav Ovsiienko
---
drivers/vdpa/mlx5/mlx5_vdpa.c | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/drivers/vdpa/mlx5/mlx5_vdpa.c b/drivers/vdpa/mlx5/mlx5_vdpa.c
inde
To support auxiliary bus, upgrades driver to use mlx5 common driver
structure.
Signed-off-by: Xueming Li
Acked-by: Viacheslav Ovsiienko
---
drivers/compress/mlx5/mlx5_compress.c | 71 ++-
1 file changed, 15 insertions(+), 56 deletions(-)
diff --git a/drivers/compress/ml
From: Thomas Monjalon
Supports SubFunction on auxiliary bus. SF probe devargs:
auxiliary:mlx5_core.sf.,class=vdpa
Signed-off-by: Thomas Monjalon
Acked-by: Viacheslav Ovsiienko
---
doc/guides/vdpadevs/mlx5.rst | 10 ++
drivers/vdpa/mlx5/mlx5_vdpa.c | 8 ++--
2 files changed, 16
From: Thomas Monjalon
Removes PCI specific driver, replaces with common class driver.
Signed-off-by: Thomas Monjalon
Acked-by: Viacheslav Ovsiienko
---
drivers/vdpa/mlx5/mlx5_vdpa.c | 119 ++
drivers/vdpa/mlx5/mlx5_vdpa.h | 1 -
2 files changed, 34 insertions
To support auxiliary bus, upgrades driver to use mlx5 common driver
structure.
Signed-off-by: Xueming Li
---
drivers/crypto/mlx5/mlx5_crypto.c | 61 ---
drivers/crypto/mlx5/mlx5_crypto.h | 1 -
2 files changed, 16 insertions(+), 46 deletions(-)
diff --git a/drivers/
To support auxiliary bus, upgrades driver to use mlx5 common driver
structure.
Signed-off-by: Xueming Li
Acked-by: Viacheslav Ovsiienko
---
drivers/regex/mlx5/mlx5_regex.c | 49 -
drivers/regex/mlx5/mlx5_regex.h | 1 -
2 files changed, 18 insertions(+), 32 delet
Clean up legacy PCI bus driver since all mlx5 PMDs moved to new common
PCI bus driver.
Signed-off-by: Xueming Li
Acked-by: Viacheslav Ovsiienko
---
drivers/common/mlx5/linux/mlx5_common_os.h | 1 -
drivers/common/mlx5/mlx5_common.c | 1 -
drivers/common/mlx5/mlx5_common.h
Windows system headers define `s_addr`, `min`, and `max` macros which
break structure definitions containing fields with one of these names.
Undefining those macros would break consumer code that relies on them.
Example 1:
#include
#include
struct in_addr addr;
/* addr.s_addr =
Windows headers define `s_addr`, `min`, and `max` as macros.
If DPDK headers are included after Windows ones, DPDK structure
definitions containing fields with these names get broken (example 1),
as well as any usage of such fields (example 2). If DPDK headers
undefined these macros, it could break
A older version of complier would fail to generate code for new Power
CPUs when it uses "-mcpu=native" argument.
This patch will test if the compiler supports the current Power CPU type
then proceeds with "-mcpu=native" argument, else it tries with older type.
Limit to two older CPU type levels.
Hi-
IBM - DPDK on Power Systems
* Basic PF on Mellanox: No new issues or regressions were seen.
* Performance: not tested.
Systems tested:
- IBM Power9 PowerNV 9006-22P
OS: RHEL 8.3
GCC: version 8.3.1 20191121 (Red Hat 8.3.1-5)
NICs:
- Mellanox Technologies MT2
21/07/2021 16:37, Xueming Li:
> Sub-Function [1] is a portion of the PCI device, a SF netdev has its own
> dedicated queues(txq, rxq). A SF shares PCI level resources with other
> SFs and/or with its parent PCI function. Auxiliary bus is the
> fundamental of SF.
>
> This patch set introduces Sub-F
> -Original Message-
> From: Xu, Ting
> Sent: Sunday, July 18, 2021 10:50 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z ; Wu, Jingjing ;
> Xing, Beilei ; Xu, Ting ;
> sta...@dpdk.org
> Subject: [PATCH v1] net/ice: fix IPv6 fragment RSS L3 dst/src not work
>
> Since the header type of IPv6 fr
Add recommended matching list for ice PMD in DPDK 21.05.
Signed-off-by: Qi Zhang
---
doc/guides/nics/ice.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index 22a19b8bba..5bc472faa9 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/
+ dev@dpdk
Regards,
Asaf Penso
From: users on behalf of Asaf Penso
Sent: Thursday, 15 July 2021, 10:02
To: us...@dpdk.org
Subject: [dpdk-users] [DISCUSSION] code snippet documentation
Hello DPDK community,
I would like to bring up a discussion about a way to h
When the guest memory is hotplugged, the vhost application which
enables DMA acceleration must stop DMA transfers before the vhost
re-maps the guest memory.
This patch set is to provide an unsafe API to drain inflight pkts
which are submitted to DMA engine in vhost async data path, and
notify the
The async vhost callback ops should return negative value when there
are something wrong in the callback, so the return type should be
changed into int32_t. The issue in vhost example is also fixed.
Fixes: cd6760da1076 ("vhost: introduce async enqueue for split ring")
Fixes: 819a71685826 ("vhost:
Applications need to stop DMA transfers and finish all the inflight
packets when in VM memory hot-plug case and async vhost is used. This
patch is to provide an unsafe API to clear inflight packets which
are submitted to DMA engine in vhost async data path.
Signed-off-by: Cheng Jiang
Reviewed-by:
From: Jiayu Hu
When the guest memory is hotplugged, the vhost application which
enables DMA acceleration must stop DMA transfers before the vhost
re-maps the guest memory.
This patch is to notify the vhost application of stopping DMA
transfers.
Signed-off-by: Jiayu Hu
Reviewed-by: Maxime Coque
When the guest memory is hotplugged, the vhost application which
enables DMA acceleration must stop DMA transfers before the vhost
re-maps the guest memory.
To accomplish that, we need to do these changes in the vhost sample:
1. add inflight packets count.
2. add vring_state_changed() callback.
3.
Update the program guide and release notes for virtqueue inflight
packets clear API in vhost lib.
Signed-off-by: Cheng Jiang
Reviewed-by: Maxime Coquelin
---
doc/guides/prog_guide/vhost_lib.rst| 5 +
doc/guides/rel_notes/release_21_08.rst | 5 +
2 files changed, 10 insertions(+)
di
> -Original Message-
> From: Jiang, Cheng1
> Sent: Thursday, July 22, 2021 12:09 PM
> To: maxime.coque...@redhat.com; Xia, Chenbo
> Cc: dev@dpdk.org; Hu, Jiayu ; Yang, YvonneX
> ; Jiang, Cheng1
> Subject: [PATCH v7 0/5] vhost: handle memory hotplug for async vhost
>
> When the guest mem
> > [snip]
> >
> >> diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h
> >> index faf3bd901d75..9f288f98329c 100644
> >> --- a/lib/ethdev/rte_ethdev.h
> >> +++ b/lib/ethdev/rte_ethdev.h
> >> @@ -410,7 +410,7 @@ enum rte_eth_tx_mq_mode {
> >> struct rte_eth_rxmode {
> >> /** The mu
98 matches
Mail list logo