Thread (16 messages) flat view 16 messages, 3 authors, 2022-02-25

Re: [PATCH net-next v7 6/8] net/funeth: add the data path

From: Dimitris Michailidis <hidden>
Date: 2022-02-24 18:47:17

On Wed, Feb 23, 2022 at 8:55 PM Jakub Kicinski [off-list ref] wrote:
On Fri, 18 Feb 2022 15:45:34 -0800 Dimitris Michailidis wrote:
quoted
+     if (unlikely(skb->len < FUN_TX_MIN_LEN)) {
+             FUN_QSTAT_INC(q, tx_len_err);
+             return 0;
+     }
Is there something in the standards that says 32 byte frames are
invalid? __skb_put_padto() is your friend.
I'll remove this altogether. FW has its own handling for this case,
which also covers small packets from the XDP path.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help