mbox series

[net,0/2] octeontx2: Fix PTP bugs

Message ID 1641537030-27911-1-git-send-email-sbhatta@marvell.com (mailing list archive)
Headers show
Series octeontx2: Fix PTP bugs | expand

Message

Subbaraya Sundeep Jan. 7, 2022, 6:30 a.m. UTC
This patchset addresses two problems found when using
ptp.
Patch 1 - Increases the refcount of ptp device before use
which was missing and it lead to refcount increment after use
bug when module is loaded and unloaded couple of times.
Patch 2 - PTP resources allocated by VF are not being freed
during VF teardown. This patch fixes that.

Thanks,
Sundeep


Rakesh Babu Saladi (1):
  octeontx2-nicvf: Free VF PTP resources.

Subbaraya Sundeep (1):
  octeontx2-af: Increment ptp refcount before use

 drivers/net/ethernet/marvell/octeontx2/af/ptp.c      | 2 ++
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 7, 2022, 2:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 7 Jan 2022 12:00:28 +0530 you wrote:
> This patchset addresses two problems found when using
> ptp.
> Patch 1 - Increases the refcount of ptp device before use
> which was missing and it lead to refcount increment after use
> bug when module is loaded and unloaded couple of times.
> Patch 2 - PTP resources allocated by VF are not being freed
> during VF teardown. This patch fixes that.
> 
> [...]

Here is the summary with links:
  - [net,1/2] octeontx2-af: Increment ptp refcount before use
    https://git.kernel.org/netdev/net/c/93440f4888cf
  - [net,2/2] octeontx2-nicvf: Free VF PTP resources.
    https://git.kernel.org/netdev/net/c/eabd0f88b0d2

You are awesome, thank you!