[PATCH net-next v4 1/2] qed: Add infrastructure for PTP support.

2017-02-07 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru The patch adds the required qed interfaces for configuring/reading the PTP clock on the adapter. Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/Makefile | 2 +- drivers/net/ethernet/qlogic/qed/qed.h

[PATCH net-next v4 2/2] qede: Add driver support for PTP.

2017-02-07 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru This patch adds the driver support for, - Registering the ptp clock functionality with the OS. - Timestamping the Rx/Tx PTP packets. - Ethtool callbacks related to PTP. Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Yuval Mintz --- drivers/net/ethern

[PATCH net-next v4 0/2] qed*: Add support for PTP

2017-02-07 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru Hi David, The patch series adds required changes for qed/qede drivers for supporting the IEEE Precision Time Protocol (PTP). Please consider applying this series to "net-next". Thanks, Sudarsana Changes from previous versions: --- v

[PATCH net-next v3 2/2] qede: Add driver support for PTP.

2017-01-30 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru This patch adds the driver support for, - Registering the ptp clock functionality with the OS. - Timestamping the Rx/Tx PTP packets. - Ethtool callbacks related to PTP. Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Yuval Mintz --- drivers/net/ethern

[PATCH net-next v3 1/2] qed: Add infrastructure for PTP support.

2017-01-30 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru The patch adds the required qed interfaces for configuring/reading the PTP clock on the adapter. Reviewed-by: Richard Cochran Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/Makefile | 2 +- drivers/n

[PATCH net-next v3 0/2] qed*: Add support for PTP

2017-01-30 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru Hi David, The patch series adds required changes for qed/qede drivers for supporting the IEEE Precision Time Protocol (PTP). Please consider applying this series to "net-next". Thanks, Sudarsana Changes from previous versions: --- v

[PATCH net-next v2 1/2] qed: Add infrastructure for PTP support.

2017-01-28 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru The patch adds the required qed interfaces for configuring/reading the PTP clock on the adapter. Signed-off-by: Sudarsana Reddy Kalluru --- drivers/net/ethernet/qlogic/qed/Makefile | 2 +- drivers/net/ethernet/qlogic/qed/qed.h | 2 + drivers/net

[PATCH net-next v2 2/2] qede: Add driver support for PTP.

2017-01-28 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru This patch adds the driver support for, - Registering the ptp clock functionality with the OS. - Timestamping the Rx/Tx PTP packets. - Ethtool callbacks related to PTP. Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Yuval Mintz --- drivers/net/ethern

[PATCH net-next v2 0/2] qed*: Add support for PTP

2017-01-28 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru Hi David, The patch series adds required changes for qed/qede drivers for supporting the IEEE Precision Time Protocol (PTP). Changes from previous versions: --- v2: Use do_div for 64-bit divisions Please consider applying this serie

[PATCH net-next 0/2] qed*: Add support for PTP

2017-01-27 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru Hi David, The patch series adds required changes for qed/qede drivers for supporting the IEEE Precision Time Protocol (PTP). Please consider applying this series to "net-next". Thanks, Sudarsana Sudarsana Reddy Kalluru (2): qed: Add infrastructure for PTP su

[PATCH net-next 1/2] qed: Add infrastructure for PTP support.

2017-01-27 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru The patch adds the required qed interfaces for configuring/reading the PTP clock on the adapter. Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Yuval Mintz --- drivers/net/ethernet/qlogic/qed/Makefile | 2 +- drivers/net/ethernet/qlogic/qed/qed.h

[PATCH net-next 2/2] qede: Add driver support for PTP.

2017-01-27 Thread Sudarsana Kalluru
From: Sudarsana Reddy Kalluru This patch adds the driver support for, - Registering the ptp clock functionality with the OS. - Timestamping the Rx/Tx PTP packets. - Ethtool callbacks related to PTP. Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Yuval Mintz --- drivers/net/ethern

RE: [PATCH -next] qed: Fix possible memory leak in qed_dcbnl_get_ieee_pfc()

2016-08-12 Thread Sudarsana Kalluru
Thanks for the patch. Acked-by: Sudarsana Reddy Kalluru -Original Message- From: Wei Yongjun [mailto:weiyj...@gmail.com] Sent: 12 August 2016 05:00 To: Yuval Mintz ; Ariel Elior ; Sudarsana Kalluru Cc: Wei Yongjun ; Dept-Eng Everest Linux L2 ; netdev Subject: [PATCH -next] qed: Fix

RE: [patch] qed: signedness bug in qed_dcbx_process_tlv()

2016-05-23 Thread Sudarsana Kalluru
Thanks, Dan. Acked-by: Sudarsana Reddy Kalluru -Original Message- From: Dan Carpenter [mailto:dan.carpen...@oracle.com] Sent: 23 May 2016 15:50 To: Yuval Mintz ; Sudarsana Kalluru Cc: Ariel Elior ; Dept-Eng Everest Linux L2 ; netdev ; kernel-janit...@vger.kernel.org Subject: [patch