lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 30 Oct 2016 18:21:26 +0200
From:   Tariq Toukan <ttoukan.linux@...il.com>
To:     Tariq Toukan <tariqt@...lanox.com>,
        "David S. Miller" <davem@...emloft.net>
Cc:     netdev@...r.kernel.org, Eran Ben Elisha <eranbe@...lanox.com>
Subject: Re: [PATCH net-next 0/2] mlx4 XDP TX refactor

Hi Dave,

This series makes Brenden's fix unneeded:
958b3d396d7f ("net/mlx4_en: fixup xdp tx irq to match rx")

The fix got into net, but yet to be in net-next.

Should I wait with this series and send a re-spin, with a revert of the 
fix, once it gets into net-next?

Regards,
Tariq


On 27/10/2016 5:52 PM, Tariq Toukan wrote:
> Hi Dave,
>
> This patchset refactors the XDP forwarding case, so that
> its dedicated transmit queues are managed in a complete
> separation from the other regular ones.
>
> Series generated against net-next commit:
> 6edf10173a1f "devlink: Prevent port_type_set() callback when it's not needed"
>
> Thanks,
> Tariq.
>
> Tariq Toukan (2):
>    net/mlx4_en: Add TX_XDP for CQ types
>    net/mlx4_en: Refactor the XDP forwarding rings scheme
>
>   drivers/net/ethernet/mellanox/mlx4/en_cq.c      |  18 +-
>   drivers/net/ethernet/mellanox/mlx4/en_ethtool.c |  76 +++--
>   drivers/net/ethernet/mellanox/mlx4/en_main.c    |   2 +-
>   drivers/net/ethernet/mellanox/mlx4/en_netdev.c  | 378 ++++++++++++++----------
>   drivers/net/ethernet/mellanox/mlx4/en_port.c    |   4 +-
>   drivers/net/ethernet/mellanox/mlx4/en_rx.c      |   8 +-
>   drivers/net/ethernet/mellanox/mlx4/en_tx.c      |   9 +-
>   drivers/net/ethernet/mellanox/mlx4/mlx4_en.h    |  18 +-
>   8 files changed, 305 insertions(+), 208 deletions(-)
>

Powered by blists - more mailing lists