On Fri, Nov 20, 2020 at 10:28 PM Eyal Birger <eyal.bir...@gmail.com> wrote: > > Fix by changing af_packet RX ll visibility criteria to include the > existence of a '.create()' header operation, which is used when creating > a device hard header - via dev_hard_header() - by upper layers, and does > not exist in these L3 devices.
This patch changed the RX LL visibility criteria (in the comment) to "dev_has_header". We need to change the TX LL visibility criteria (in the same comment), too.