From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 70E00A32A8 for ; Sat, 26 Oct 2019 18:02:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 756911BF83; Sat, 26 Oct 2019 18:02:50 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 9A8AB1BF57 for ; Sat, 26 Oct 2019 18:02:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572105768; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fMcvV/TFUILyRzzb5bS9tbwSoLDmt7cEAWV8N69r+gY=; b=R8hEIdHvKcEHeWqiMLTvyP+FGFVtcfigLVRtx+/muSMqhTE8KxXVcVl+ltl42PvvNYLuSX 1MDrhlzUSE/ju8TtkYbr7In3gn+Hn+d+Uhd9SstwoE+KAEfnxeZfk6snPnLd7QjVuD209L RUD2lonVnWfbTwZgU7SQLotP2bBjnx8= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-145-5f7dgicNOzadQbdW4Czcig-1; Sat, 26 Oct 2019 12:02:47 -0400 Received: by mail-vk1-f198.google.com with SMTP id n124so2407972vkg.13 for ; Sat, 26 Oct 2019 09:02:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fMcvV/TFUILyRzzb5bS9tbwSoLDmt7cEAWV8N69r+gY=; b=AeuC02ETfGfaL+71Q71FcbXA/HHSd4fLQdzgUoIWSAbelSk9/NOTzOodqHt+XiZu4b ZPdA/XesmrwKI5On1FzUmKKsnQmVHcI1/96GugyBqVIF5PwR+2RUWR2exoMKX6vbLDnm 1JIcH0RLMiGMIhmAJWse5aCoa5h2JKkem6svLvGWNpxfS5Gx+Q6ecP/UaPujz+MehbpG vmiqeqebb8LEfBJWxso33D1KdXEfRjGcKx7VLsaoPsvEv0z1vYHdjLS2Nfilm7FGGI4U f/KNnAVkfekSkSJ13DOBXz0Cvt5nMPy0Ek0jXPHB6ct+Dj83Qh+7LR+JQ6G+uV083DFE 2tTA== X-Gm-Message-State: APjAAAULPMhTZVeROXxGI574Af0o6wzLGB6MQti6MxSx4zraPpsdXPuK hRGyboUtcXNUg6Wd8+E13LxHAOAphjRj14dWZrtJ2IY3WVYFjLVNUl4+D/FhMa3ti7q6Q2N5ZRU F7Tm4letrxcyOxBxcLms= X-Received: by 2002:a05:6102:d8:: with SMTP id u24mr942555vsp.180.1572105766553; Sat, 26 Oct 2019 09:02:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqyxLKVuVIJg4HP8qCoA0rwwm+np/mDLROxx8foPPLirULiKkyixKN/a+0jaTL8T5Uc/tR4hyavb9MgS7fbn3w4= X-Received: by 2002:a05:6102:d8:: with SMTP id u24mr942544vsp.180.1572105766296; Sat, 26 Oct 2019 09:02:46 -0700 (PDT) MIME-Version: 1.0 References: <09c3f9d74e1e49aa5b3608d4bf4a773d086e83ff.1564577214.git.anatoly.burakov@intel.com> In-Reply-To: From: David Marchand Date: Sat, 26 Oct 2019 18:02:35 +0200 Message-ID: To: Anatoly Burakov Cc: dev , Bruce Richardson , Stephen Hemminger , Li Han , dpdk stable X-MC-Unique: 5f7dgicNOzadQbdW4Czcig-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v5 1/2] eal: make base address hint OS-specific X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Oct 24, 2019 at 2:37 PM Anatoly Burakov wrote: > > Not all OS's follow Linux's memory layout, which may lead to > problems following the suggested common address hint absent > of a base-virtaddr flag. Make this address hint OS-specific. > > Cc: stable@dpdk.org > > Signed-off-by: Anatoly Burakov Applied, thanks. -- David Marchand