From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v5] net/tap: fix missing _SC_IOV_MAX Date: Sat, 09 Mar 2019 00:14:27 +0100 Message-ID: <20173301.uPhWb4WuvP@xps> References: <20190308192940.6972-1-olegp123@walla.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, keith.wiles@intel.com, dev@dpdk.org To: olegpoly123 Return-path: In-Reply-To: <20190308192940.6972-1-olegp123@walla.co.il> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/03/2019 20:29, olegpoly123: > From: Oleg Polyakov > > If the value _SC_IOV_MAX is missing, sysconf returns -1. > In this case, iov_max is set to a default value of 1024. > > Cc: stable@dpdk.org > > Signed-off-by: Oleg Polyakov Please add the "Fixes:" line and the "Acked-by" line from Keith. Or, at least, please reply and confirm the "Fixes" line I suggested is the right one.