af-packet: increase default block size

Increase the default block size from 32k to 128k. This allows for a
fully defragmented packet to fit in the buffer.

Ticket: #7458
pull/12779/head
Jason Ish 1 year ago committed by Victor Julien
parent 808502d5ca
commit c342b054f4

@ -75,7 +75,7 @@ struct ebpf_timeout_config {
* page_size << order. So default value is using the same formula with
* an order of 3 which guarantee we have some room in the block compared
* to standard frame size */
#define AFP_BLOCK_SIZE_DEFAULT_ORDER 3
#define AFP_BLOCK_SIZE_DEFAULT_ORDER 5
typedef struct AFPIfaceConfig_
{

Loading…
Cancel
Save