From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D009D2B9A
 for <dev@dpdk.org>; Sun,  7 May 2017 00:36:12 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 7C3A220886;
 Sat,  6 May 2017 18:36:11 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Sat, 06 May 2017 18:36:11 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Cx02jt7bm0S/QPS
 bDoFehZtjhKL0gYCYSOq3eBRPWHc=; b=BwlZNagO5sy3iR4I2HgNmeA6PelGsr0
 9u38AHmoAti+Sp/ax3AhvJ26LZ00YZOBo5LFwSmD6zgQp8ji4HuIighm39ufaOBW
 1E3MKHWdHGu4b/b8P3xPWTuxwCn4z7BT7mIPP3G75GjmsKR+vjNRdl+49Ar9pfty
 3+TiR58opclg=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=
 fm1; bh=Cx02jt7bm0S/QPSbDoFehZtjhKL0gYCYSOq3eBRPWHc=; b=YzYFsvS4
 rM0wkBkK5HruHg6syodsTVjGgYXT3O8BzLpaV1PIyq3abWcVFpCvTNsT0Mdt6Udc
 yTcXy4JekxvkuJZjxUD9hoCMQ3waGjeVhkqNRrkYLksIUTCCVylS4RRmWrEPrU9G
 t+zWN2/Q4+EOkPUiWWRlIuTti/vrXxYHvZKO9wBGxwUdfuIrwSNyox8Pqh+O0x6V
 q2illjDNiFy251VXz8sug+EsnswOYSCPhtcY6GkfdA9IVahBMlq3hgeQuQeYrt4X
 9OHWj16Fd9BxuipNt6lWTC5mhHncsoEuPeXlFLI4BZqQ2YF9YMUn36TVHMpI82eW
 BY34U6kWjs6uyQ==
X-ME-Sender: <xms:208OWcTrvjIa5cFHAVagWdu3sxgMfBqZxHvji83JJeeLpzyyiHQHnA>
X-Sasl-enc: SynZLMqFeUJY4FlyIy7+1ahyRQ/biti/2Bc6p8Wz8pBb 1494110171
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 2BD767E266;
 Sat,  6 May 2017 18:36:11 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Srinivasan J <srinidpdk@gmail.com>
Cc: dev@dpdk.org, "Lu, Wenzhuo" <wenzhuo.lu@intel.com>, "Ananyev,
 Konstantin" <konstantin.ananyev@intel.com>
Date: Sun, 07 May 2017 00:36:09 +0200
Message-ID: <3282640.JDCqqrB9e9@xps>
In-Reply-To: <CAEbeQ+oNrEJXO03ga55t+CPNcNx=Gtm1Ch9ndw4Wr4fd2qXKAg@mail.gmail.com>
References: <1492685271-7583-1-git-send-email-srinidpdk@gmail.com>
 <6A0DE07E22DDAD4C9103DF62FEBC09093B59C4B1@shsmsx102.ccr.corp.intel.com>
 <CAEbeQ+oNrEJXO03ga55t+CPNcNx=Gtm1Ch9ndw4Wr4fd2qXKAg@mail.gmail.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: support detection of hot swapped
	SFP/SFP+
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sat, 06 May 2017 22:36:13 -0000

06/05/2017 15:51, Srinivasan J:
> Hi,
>                    Do we need an explicit "Acked-by" keyword for this
> patch to be accepted and applied?

Yes, given it is not a trivial patch, an ack from the maintainer is required.
Anyway, it has been submitted too late for 17.05 testing.