sfc: Define and set RX buffer flag for packets parsed as TCP
This will be useful for shortcutting some software packet parsing. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
This commit is contained in:
parent
3ea84c5492
commit
d07df8ec08
2 changed files with 15 additions and 5 deletions
|
@ -243,6 +243,7 @@ struct efx_rx_buffer {
|
|||
#define EFX_RX_BUF_LAST_IN_PAGE 0x0001
|
||||
#define EFX_RX_PKT_CSUMMED 0x0002
|
||||
#define EFX_RX_PKT_DISCARD 0x0004
|
||||
#define EFX_RX_PKT_TCP 0x0040
|
||||
|
||||
/**
|
||||
* struct efx_rx_page_state - Page-based rx buffer state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue