RE: Clarification on rtnetlink requests

2015-08-19 Thread Anish Bhatt
> -Original Message- > From: netdev-ow...@vger.kernel.org [mailto:netdev- > ow...@vger.kernel.org] On Behalf Of David Chappelle > Sent: Wednesday, August 19, 2015 8:05 AM > To: netdev@vger.kernel.org > Subject: Clarification on rtnetlink requests > > I am a bit confused with respect to th

[PATCH net-next 4/4] cxgb4 : Fill DCB priority in vlan control headers

2015-07-17 Thread Anish Bhatt
Signed-off-by: Anish Bhatt --- drivers/net/ethernet/chelsio/cxgb4/sge.c| 14 ++ drivers/net/ethernet/chelsio/cxgb4/t4_msg.h | 3 +++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/chelsio/cxgb4/sge.c b/drivers/net/ethernet/chelsio/cxgb4

[PATCH net-next 1/4] cxgb4 : Only pass app selector of 0 or 3 to firmware

2015-07-17 Thread Anish Bhatt
This keeps app format passed to firmware the same irrespective of DCBx version in use. Signed-off-by: Anish Bhatt --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c b

[PATCH net-next 0/4] cxgb4 DCB updates

2015-07-17 Thread Anish Bhatt
passed to firmware. Anish Bhatt (4): cxgb4 : Only pass app selector of 0 or 3 to firmware cxgb4 : Allow firmware DCB info to be queried in host state cxgb4 : Fill in number of DCB traffic classes supported cxgb4 : Fill DCB priority in vlan control headers drivers/net/ethernet/chelsio/cxgb4

[PATCH net-next 2/4] cxgb4 : Allow firmware DCB info to be queried in host state

2015-07-17 Thread Anish Bhatt
Since finally DCB traffic management is still handled by firmware, allow firmware to be fully programmed and queried even in host managed state for the cases where this was previously rejected. Signed-off-by: Anish Bhatt --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c | 32

[PATCH net-next 3/4] cxgb4 : Fill in number of DCB traffic classes supported

2015-07-17 Thread Anish Bhatt
Signed-off-by: Anish Bhatt --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c index 56a81b8f7c54..052c660aca80 100644 --- a/drivers/net

[PATCH net] dcb : Fix incorrect documentation for struct dcb_app

2015-06-22 Thread Anish Bhatt
: Anish Bhatt --- include/uapi/linux/dcbnl.h | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/include/uapi/linux/dcbnl.h b/include/uapi/linux/dcbnl.h index 6497d79..3ea470f 100644 --- a/include/uapi/linux/dcbnl.h +++ b/include/uapi/linux/dcbnl.h @@ -207,8 +207,7