Re: [PATCH 2/9] include: import if_vlan.h from Linux

2021-09-28 Thread Bin Meng
On Tue, Sep 28, 2021 at 7:49 AM Vladimir Oltean wrote: > > This is needed for the VLAN header structure. > > Signed-off-by: Vladimir Oltean > --- > include/linux/if_vlan.h | 26 ++ > 1 file changed, 26 insertions(+) > create mode 100644 include/linux/if_vlan.h > Reviewe

Re: [PATCH 2/9] include: import if_vlan.h from Linux

2021-09-28 Thread Ramon Fried
On Tue, Sep 28, 2021 at 2:48 AM Vladimir Oltean wrote: > > This is needed for the VLAN header structure. > > Signed-off-by: Vladimir Oltean > --- > include/linux/if_vlan.h | 26 ++ > 1 file changed, 26 insertions(+) > create mode 100644 include/linux/if_vlan.h > > diff -

[PATCH 2/9] include: import if_vlan.h from Linux

2021-09-27 Thread Vladimir Oltean
This is needed for the VLAN header structure. Signed-off-by: Vladimir Oltean --- include/linux/if_vlan.h | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 include/linux/if_vlan.h diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h new file mode 100