mbox series

[net-next,0/2] bnx2x: Support for timestamping in P2P mode.

Message ID 20190416084613.16897-1-skalluru@marvell.com
Headers show
Series bnx2x: Support for timestamping in P2P mode. | expand

Message

Sudarsana Reddy Kalluru April 16, 2019, 8:46 a.m. UTC
The patch series adds driver support for timestamping the ptp packets
in peer-delay (P2P) mode.
 - Patch (1) performs the code cleanup.
 - Patch (2) adds the required implementation.

Please consider applying it 'net-next' tree.

Sudarsana Reddy Kalluru (2):
  bnx2x: Replace magic numbers with macro definitions.
  bnx2x: Add support for detection of P2P event packets.

 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 52 +++++++++++++++---------
 1 file changed, 32 insertions(+), 20 deletions(-)

Comments

David Miller April 17, 2019, 4:35 a.m. UTC | #1
From: Sudarsana Reddy Kalluru <skalluru@marvell.com>
Date: Tue, 16 Apr 2019 01:46:11 -0700

> The patch series adds driver support for timestamping the ptp packets
> in peer-delay (P2P) mode.
>  - Patch (1) performs the code cleanup.
>  - Patch (2) adds the required implementation.
> 
> Please consider applying it 'net-next' tree.

Series applied, thanks.