From: Selwin Sebastian
Add support for PTDMA driver
Signed-off-by: Selwin Sebastian
---
MAINTAINERS | 5 +
doc/guides/rawdevs/ptdma.rst | 220 +
drivers/raw/meson.build | 1 +
drivers/raw/ptdma/meson.build|
From: Kalesh AP
Driver should prevent any DMA with the device when it
detects an error. When firmware is in fatal state,
stop tx/rx by assigning them to dummy functions.
Fixes: be14720def9c ("net/bnxt: support FW reset")
Fixes: 9d0cbaecc91a ("net/bnxt: support periodic FW health monitoring")
Cc:
On Fri, Apr 30, 2021 at 1:10 PM Ajit Khaparde
wrote:
> This patchset contains fixes to the bnxt PMD.
>
> Ajit Khaparde (4):
> net/bnxt: fix mismatched type comparison
> net/bnxt: fix unchecked return value
> net/bnxt: fix mismatched comparison
> net/bnxt: fix ring count calculation
>
> d
On Wed, Apr 28, 2021 at 10:31 PM Kalesh A P <
kalesh-anakkur.pura...@broadcom.com> wrote:
> From: Kalesh AP
>
> The check BNXT_SINGLE_PF(bp) returns false for a VF. So there is no
> extra check needed for VF along with BNXT_SINGLE_PF(bp).
>
> Also make error messages more explicit.
>
> Fixes: ff9
On Wed, Apr 28, 2021 at 3:35 PM Stephen Hemminger <
step...@networkplumber.org> wrote:
> On Wed, 28 Apr 2021 18:03:44 -0400
> Lance Richardson wrote:
>
> > Ensure that the current count of in-use VNICs is decremented
> > when a VNIC is freed. Don't attempt VNIC allocation when the
> > maximum sup
On Sun, Apr 25, 2021 at 11:09 PM Somnath Kotur
wrote:
> Fix to clear the Rx FIFO while reading the timestamp.
> If the Rx FIFO has pending bit set, keep reading to clear it
> and return the last valid timestamp instead of unconditionally
> returning an error.
>
> Fixes: b11cceb83a34 ("net/bnxt: s
On Sun, Apr 25, 2021 at 11:09 PM Somnath Kotur
wrote:
> Eliminate separate codepath/handling for single queue
> as the multiqueue code path takes care of it as well.
> The only difference being the end_grp_id being 1
> now instead of 0 for single queue, but that does not matter
> for single queue
Some files were starting with some outdated introductions.
Signed-off-by: Thomas Monjalon
---
drivers/bus/pci/bsd/pci.c| 9 +
drivers/bus/pci/linux/pci.c | 6 +-
drivers/bus/pci/linux/pci_vfio.c | 2 +-
drivers/bus/pci/rte_bus_pci.h| 3 +--
4 files changed, 4 inserti
From: Maxime Coquelin
> Hi Matan,
>
> On 4/11/21 11:07 AM, Thomas Monjalon wrote:
> > 07/04/2021 08:49, Xia, Chenbo:
> >>> Signed-off-by: Matan Azrad
> >>> Acked-by: Xueming Li
> >>
> >> Patch applied to next-virtio/main with conflict resolved.
> >>
> >> Thanks!
> >
> > Sorry it cannot be pul
The driver should notify the guest for each traffic burst detected by CQ
polling.
The CQ polling trigger is defined by `event_mode` device argument,
either by busy polling on all the CQs or by blocked call to HW
completion event using DevX channel.
Also, the polling event modes can move to blocke
Tunnel offload API requires application to query PMD for specific flow
items and actions. Application uses these PMD specific elements to
build flow rules according to the tunnel offload model.
The model does not restrict private elements location in a flow rule,
but the current MLX5 PMD implementa
From: Matan Azrad
> The crypto PMD will be supported on Nvidia ConnectX6 The crypto PMD will
> add the support of encryption and decryption using the AES-XTS symmetric
> algorithm.
> The crypto PMD requires rdma-core and uses mlx5 DevX.
> This is the mlx5 common part that added support for DevX
From: Matan Azrad
> Add a new PMD for Nvidia devices- crypto PMD.
> The crypto PMD will be supported on Nvidia ConnectX6 The crypto PMD will
> add the support of encryption and decryption using the AES-XTS symmetric
> algorithm.
> The crypto PMD requires rdma-core and uses mlx5 DevX.
>
> v2:
13 matches
Mail list logo