Re: [PATCH net 0/2] Fix batched event generation for skbedit action

2019-08-08 Thread David Miller
From: Roman Mashak Date: Wed, 7 Aug 2019 15:57:27 -0400 > When adding or deleting a batch of entries, the kernel sends up to > TCA_ACT_MAX_PRIO (defined to 32 in kernel) entries in an event to user > space. However it does not consider that the action sizes may vary and > require different skb s

[PATCH net 0/2] Fix batched event generation for skbedit action

2019-08-07 Thread Roman Mashak
When adding or deleting a batch of entries, the kernel sends up to TCA_ACT_MAX_PRIO (defined to 32 in kernel) entries in an event to user space. However it does not consider that the action sizes may vary and require different skb sizes. For example, consider the following script adding 32 entries