Jakub Kicinski
|
d58cebb79b
nfp: correct DMA direction in XDP DMA sync
|
8 년 전 |
Jakub Kicinski
|
9383b33771
nfp: don't tell FW about the reserved buffer space
|
8 년 전 |
Jakub Kicinski
|
fdace6c224
nfp: allocate irqs in lower driver
|
8 년 전 |
Daniel Borkmann
|
a67edbf4fb
bpf: add initial bpf tracepoints
|
8 년 전 |
stephen hemminger
|
bc1f44709c
net: make ndo_get_stats64 a void function
|
8 년 전 |
Martin KaFai Lau
|
17bedab272
bpf: xdp: Allow head adjustment in XDP prog
|
8 년 전 |
Daniel Borkmann
|
366cbf2f46
bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to caller
|
8 년 전 |
Daniel Borkmann
|
88575199cc
bpf: drop unnecessary context cast from BPF_PROG_RUN
|
8 년 전 |
Arnd Bergmann
|
08348995c4
netronome: don't access real_num_rx_queues directly
|
8 년 전 |
Jakub Kicinski
|
6d6770755f
nfp: add support for offload of XDP programs
|
8 년 전 |
Jakub Kicinski
|
2e9d594d50
nfp: remove unnecessary parameters from nfp_net_bpf_offload()
|
8 년 전 |
Jakub Kicinski
|
ecd63a0217
nfp: add XDP support in the driver
|
8 년 전 |
Jakub Kicinski
|
13df4c666c
nfp: reorganize nfp_net_rx() to get packet offsets early
|
8 년 전 |
Jakub Kicinski
|
164d1e9e5d
nfp: add support for ethtool .set_channels
|
8 년 전 |
Jakub Kicinski
|
1e9e10d0c1
nfp: move RSS indirection table init into a separate function
|
8 년 전 |
Jakub Kicinski
|
e31230f926
nfp: add helper to reassign rings to IRQ vectors
|
8 년 전 |
Jakub Kicinski
|
0668b60ba6
nfp: loosen relation between rings and IRQs vectors
|
8 년 전 |
Jakub Kicinski
|
a10b563d88
nfp: reuse ring helpers on .ndo_open() path
|
8 년 전 |
Jakub Kicinski
|
0ae42dfcf2
nfp: rename ring allocation helpers
|
8 년 전 |
Jakub Kicinski
|
68453c7a89
nfp: centralize runtime reconfiguration logic
|
8 년 전 |
Jakub Kicinski
|
cbeaf7aa73
nfp: bring back support for different ring counts
|
8 년 전 |
Jakub Kicinski
|
b33ae997a3
nfp: replace num_irqs with max_r_vecs
|
8 년 전 |
Jakub Kicinski
|
4b27a1eb7b
nfp: remove nfp_net_irqs_wanted()
|
8 년 전 |
Jakub Kicinski
|
a4b562bb8e
nfp: use unsigned int for vector/ring counts
|
8 년 전 |
Jakub Kicinski
|
1a1d74d378
nfp: use AND instead of modulo to get ring indexes
|
8 년 전 |
Jakub Kicinski
|
b64b7bb6d4
nfp: add separate buffer allocation function for napi
|
8 년 전 |
Jakub Kicinski
|
c0f031bc88
nfp: use alloc_frag() and build_skb()
|
8 년 전 |
Jakub Kicinski
|
e9949aebe0
nfp: add buffer drop/recycle helper for RX
|
8 년 전 |
Jakub Kicinski
|
bf187ea01b
nfp: centralize the buffer size calculation
|
8 년 전 |
Jakub Kicinski
|
fa95f1d2bf
nfp: remove inline attributes and dead code
|
8 년 전 |