Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Nguyen, Anthony L <anthony.l.nguyen@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH net-next v1] iavf: Add trace while removing device
Date: Fri, 18 Jun 2021 21:42:04 +0000	[thread overview]
Message-ID: <57f776bcb6fbce788ea1528f0d967ff35d1f5ac8.camel@intel.com> (raw)
In-Reply-To: <20210618084730.20524-1-jedrzej.jagielski@intel.com>

On Fri, 2021-06-18 at 08:47 +0000, J?drzej Jagielski wrote:
> Add kernel trace that device was removed.
> Currently there is no such information.
> I.e. Host admin removes a PCI device from a VM,
> than on VM shall be info about the event.
> 
> This patch adds info log to iavf_remove function.
> 
> Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
> Signed-off-by: Jedrzej Jagielski <jedrzej.jagielski@intel.com>

Are you using the correct tree? Rebasing before you send? This patch
doesn't apply.

Also, can you change either your From or Signed-off-by to match?

WARNING: From:/Signed-off-by: email name mismatch: 'From: "J?drzej
Jagielski" <jedrzej.jagielski@intel.com>' != 'Signed-off-by: Jedrzej
Jagielski <jedrzej.jagielski@intel.com>'
> 
> ---
>  drivers/net/ethernet/intel/iavf/iavf_main.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/ethernet/intel/iavf/iavf_main.c
> b/drivers/net/ethernet/intel/iavf/iavf_main.c
> index 4fead5903..b2a5fcb52 100644
> --- a/drivers/net/ethernet/intel/iavf/iavf_main.c
> +++ b/drivers/net/ethernet/intel/iavf/iavf_main.c
> @@ -3973,6 +3973,7 @@ static void iavf_remove(struct pci_dev *pdev)
>  				 err);
>  	}
>  
> +	dev_info(&adapter->pdev->dev, "Removing device\n");
>  	/* Shut down all the garbage mashers on the detention level */
>  	adapter->state = __IAVF_REMOVE;
>  	adapter->aq_required = 0;

  reply	other threads:[~2021-06-18 21:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18  8:47 [Intel-wired-lan] [PATCH net-next v1] iavf: Add trace while removing device =?unknown-8bit?q?J=C4=99drzej?= Jagielski
2021-06-18 21:42 ` Nguyen, Anthony L [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-21  8:10 =?unknown-8bit?q?J=C4=99drzej?= Jagielski
2021-06-21 11:28 ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57f776bcb6fbce788ea1528f0d967ff35d1f5ac8.camel@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=intel-wired-lan@osuosl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox