All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] xsk: improvements to RX queue check and replace
@ 2018-07-31  3:43 Jakub Kicinski
  2018-07-31  3:43 ` [PATCH net-next 1/3] net: update real_num_rx_queues even when !CONFIG_SYSFS Jakub Kicinski
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jakub Kicinski @ 2018-07-31  3:43 UTC (permalink / raw)
  To: davem, alexei.starovoitov, daniel
  Cc: netdev, oss-drivers, bjorn.topel, Jakub Kicinski

Hi!

First 3 patches of my recent RFC.  The first one make the check against
real_num_rx_queues slightly more reliable, while the latter two redefine
XDP_QUERY_XSK_UMEM slightly to disallow replacing UMEM in the driver at
the stack level.

I'm not sure where this lays on the bpf vs net trees scale, but there
should be no conflicts with either tree.

Jakub Kicinski (3):
  net: update real_num_rx_queues even when !CONFIG_SYSFS
  xsk: refactor xdp_umem_assign_dev()
  xsk: don't allow umem replace at stack level

 include/linux/netdevice.h | 10 +++---
 net/xdp/xdp_umem.c        | 70 +++++++++++++++++++++++----------------
 2 files changed, 47 insertions(+), 33 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-07-31 18:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-31  3:43 [PATCH net-next 0/3] xsk: improvements to RX queue check and replace Jakub Kicinski
2018-07-31  3:43 ` [PATCH net-next 1/3] net: update real_num_rx_queues even when !CONFIG_SYSFS Jakub Kicinski
2018-07-31 13:02   ` Jesper Dangaard Brouer
2018-07-31  3:43 ` [PATCH net-next 2/3] xsk: refactor xdp_umem_assign_dev() Jakub Kicinski
2018-07-31  3:43 ` [PATCH net-next 3/3] xsk: don't allow umem replace at stack level Jakub Kicinski
2018-07-31  6:34 ` [PATCH net-next 0/3] xsk: improvements to RX queue check and replace Björn Töpel
2018-07-31  7:50 ` Daniel Borkmann
2018-07-31 16:48   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.