linux-um archives
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@sigma-star.at>
To: anton.ivanov@kot-begemot.co.uk,
	Anton Ivanov <anton.ivanov@cambridgegreys.com>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] [PATCH v9 2/2] High Performance UML Vector Network Driver
Date: Mon, 20 Nov 2017 11:51:05 +0100	[thread overview]
Message-ID: <40848754.jqcdyRAXiS@blindfold> (raw)
In-Reply-To: <20171120073925.32715-3-anton.ivanov@kot-begemot.co.uk>

Anton,

Am Montag, 20. November 2017, 08:39:25 CET schrieb anton.ivanov@kot-
begemot.co.uk:
> +#define VECTOR_NUM_STATS	ARRAY_SIZE(ethtool_stats_keys)
> +
> +/* Used in the 4.4 OpenWRT backport */
> +
> +#if LINUX_VERSION_CODE <= KERNEL_VERSION(4, 7, 0)
> +static inline void netif_trans_update(struct net_device *dev)
> +{
> +	struct netdev_queue *txq = netdev_get_tx_queue(dev, 0);
> +
> +	if (txq->trans_start != jiffies)
> +		txq->trans_start = jiffies;
> +}
> +#endif

Didn't checkpatch.pl puke here?

Thanks,
//richard

-- 
sigma star gmbh - Eduard-Bodem-Gasse 6 - 6020 Innsbruck - Austria
ATU66964118 - FN 374287y

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


      parent reply	other threads:[~2017-11-20 11:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-20  7:39 [uml-devel] PATCH v9 anton.ivanov
2017-11-20  7:39 ` [uml-devel] [PATCH v9 1/2] Epoll based IRQ controller anton.ivanov
     [not found] ` <20171120073925.32715-3-anton.ivanov@kot-begemot.co.uk>
2017-11-20 10:51   ` Richard Weinberger [this message]

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=40848754.jqcdyRAXiS@blindfold \
    --to=richard@sigma-star.at \
    --cc=anton.ivanov@cambridgegreys.com \
    --cc=anton.ivanov@kot-begemot.co.uk \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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