Re: [PATCH net-next 1/3] tuntap: reorganize tun_msg_ctl usage

2019-10-14 Thread Prashant Bhole
Hi Jason, Thanks for reviewing. On 10/12/19 4:44 PM, Jason Wang wrote: On 2019/10/12 上午9:53, prashantbhole.li...@gmail.com wrote: From: Prashant Bhole In order to extend the usage of tun_msg_ctl structure, this patch changes the member name from type to cmd. Also following definitions are ch

Re: [PATCH net-next 1/3] tuntap: reorganize tun_msg_ctl usage

2019-10-12 Thread Jason Wang
On 2019/10/12 上午9:53, prashantbhole.li...@gmail.com wrote: From: Prashant Bhole In order to extend the usage of tun_msg_ctl structure, this patch changes the member name from type to cmd. Also following definitions are changed: TUN_MSG_PTR : TUN_CMD_BATCH TUN_MSG_UBUF: TUN_CMD_PACKET Not a

[PATCH net-next 1/3] tuntap: reorganize tun_msg_ctl usage

2019-10-11 Thread prashantbhole . linux
From: Prashant Bhole In order to extend the usage of tun_msg_ctl structure, this patch changes the member name from type to cmd. Also following definitions are changed: TUN_MSG_PTR : TUN_CMD_BATCH TUN_MSG_UBUF: TUN_CMD_PACKET Signed-off-by: Prashant Bhole --- drivers/net/tap.c | 9 ++-