Searched hist:"79 ca38e80c4588adeb11a0abd116d72ab6fe0ecc" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_app.c | diff 79ca38e80c4588adeb11a0abd116d72ab6fe0ecc Wed Jul 25 21:53:31 CDT 2018 Jakub Kicinski <jakub.kicinski@netronome.com> nfp: allow control message reception on data queues
Port id 0xffffffff is reserved for control messages. Allow reception of messages with this id on data queues. Hand off a raw buffer to the higher layer code, without allocating SKB for max efficiency. The RX handle can't modify or keep the buffer, after it returns buffer is handed back over to the NIC RX free buffer list.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Dirk van der Merwe <dirk.vandermerwe@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
H A D | nfp_app.h | diff 79ca38e80c4588adeb11a0abd116d72ab6fe0ecc Wed Jul 25 21:53:31 CDT 2018 Jakub Kicinski <jakub.kicinski@netronome.com> nfp: allow control message reception on data queues
Port id 0xffffffff is reserved for control messages. Allow reception of messages with this id on data queues. Hand off a raw buffer to the higher layer code, without allocating SKB for max efficiency. The RX handle can't modify or keep the buffer, after it returns buffer is handed back over to the NIC RX free buffer list.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Dirk van der Merwe <dirk.vandermerwe@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
H A D | nfp_net_ctrl.h | diff 79ca38e80c4588adeb11a0abd116d72ab6fe0ecc Wed Jul 25 21:53:31 CDT 2018 Jakub Kicinski <jakub.kicinski@netronome.com> nfp: allow control message reception on data queues
Port id 0xffffffff is reserved for control messages. Allow reception of messages with this id on data queues. Hand off a raw buffer to the higher layer code, without allocating SKB for max efficiency. The RX handle can't modify or keep the buffer, after it returns buffer is handed back over to the NIC RX free buffer list.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Dirk van der Merwe <dirk.vandermerwe@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
H A D | nfp_net_common.c | diff 79ca38e80c4588adeb11a0abd116d72ab6fe0ecc Wed Jul 25 21:53:31 CDT 2018 Jakub Kicinski <jakub.kicinski@netronome.com> nfp: allow control message reception on data queues
Port id 0xffffffff is reserved for control messages. Allow reception of messages with this id on data queues. Hand off a raw buffer to the higher layer code, without allocating SKB for max efficiency. The RX handle can't modify or keep the buffer, after it returns buffer is handed back over to the NIC RX free buffer list.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Dirk van der Merwe <dirk.vandermerwe@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|