mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 22:15:13 +08:00
uapi: update kernel headers 6.4-rc1
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
10caeaaf0c
commit
30d98d1455
@ -101,10 +101,6 @@ struct atm_dev_stats {
|
|||||||
/* use backend to make new if */
|
/* use backend to make new if */
|
||||||
#define ATM_ADDPARTY _IOW('a', ATMIOC_SPECIAL+4,struct atm_iobuf)
|
#define ATM_ADDPARTY _IOW('a', ATMIOC_SPECIAL+4,struct atm_iobuf)
|
||||||
/* add party to p2mp call */
|
/* add party to p2mp call */
|
||||||
#ifdef CONFIG_COMPAT
|
|
||||||
/* It actually takes struct sockaddr_atmsvc, not struct atm_iobuf */
|
|
||||||
#define COMPAT_ATM_ADDPARTY _IOW('a', ATMIOC_SPECIAL+4,struct compat_atm_iobuf)
|
|
||||||
#endif
|
|
||||||
#define ATM_DROPPARTY _IOW('a', ATMIOC_SPECIAL+5,int)
|
#define ATM_DROPPARTY _IOW('a', ATMIOC_SPECIAL+5,int)
|
||||||
/* drop party from p2mp call */
|
/* drop party from p2mp call */
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#define _BITUL(x) (_UL(1) << (x))
|
#define _BITUL(x) (_UL(1) << (x))
|
||||||
#define _BITULL(x) (_ULL(1) << (x))
|
#define _BITULL(x) (_ULL(1) << (x))
|
||||||
|
|
||||||
#define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1)
|
#define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1)
|
||||||
#define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
|
#define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
|
||||||
|
|
||||||
#define __KERNEL_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
|
#define __KERNEL_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
|
||||||
|
@ -97,6 +97,12 @@
|
|||||||
*/
|
*/
|
||||||
#define VIRTIO_F_SR_IOV 37
|
#define VIRTIO_F_SR_IOV 37
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This feature indicates that the driver passes extra data (besides
|
||||||
|
* identifying the virtqueue) in its device notifications.
|
||||||
|
*/
|
||||||
|
#define VIRTIO_F_NOTIFICATION_DATA 38
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This feature indicates that the driver can reset a queue individually.
|
* This feature indicates that the driver can reset a queue individually.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user