kernel/3.1{3, 4}: fix IFF_NO_IP_ALIGN flag location
Fix IFF_NO_IP_ALIGN location which is collide with new netdev private flag IFF_MACVLAN. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 41992
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
#define IFF_LIVE_ADDR_CHANGE 0x100000 /* device supports hardware address
|
#define IFF_LIVE_ADDR_CHANGE 0x100000 /* device supports hardware address
|
||||||
* change when it's running */
|
* change when it's running */
|
||||||
#define IFF_MACVLAN 0x200000 /* Macvlan device */
|
#define IFF_MACVLAN 0x200000 /* Macvlan device */
|
||||||
+#define IFF_NO_IP_ALIGN 0x200000 /* do not ip-align allocated rx pkts */
|
+#define IFF_NO_IP_ALIGN 0x400000 /* do not ip-align allocated rx pkts */
|
||||||
|
|
||||||
|
|
||||||
#define IF_GET_IFACE 0x0001 /* for querying only */
|
#define IF_GET_IFACE 0x0001 /* for querying only */
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
#define IFF_LIVE_ADDR_CHANGE 0x100000 /* device supports hardware address
|
#define IFF_LIVE_ADDR_CHANGE 0x100000 /* device supports hardware address
|
||||||
* change when it's running */
|
* change when it's running */
|
||||||
#define IFF_MACVLAN 0x200000 /* Macvlan device */
|
#define IFF_MACVLAN 0x200000 /* Macvlan device */
|
||||||
+#define IFF_NO_IP_ALIGN 0x200000 /* do not ip-align allocated rx pkts */
|
+#define IFF_NO_IP_ALIGN 0x400000 /* do not ip-align allocated rx pkts */
|
||||||
|
|
||||||
|
|
||||||
#define IF_GET_IFACE 0x0001 /* for querying only */
|
#define IF_GET_IFACE 0x0001 /* for querying only */
|
||||||
|
|||||||
Reference in New Issue
Block a user