Hi Maxim,

Do you mean all the l3fwd related patches, including pending patches
waiting for review? like hash performance issue patch?

thanks,
Forrest

On 30 August 2016 at 14:53, Maxim Uvarov <maxim.uva...@linaro.org> wrote:

> On 08/30/16 05:56, forrest....@linaro.org wrote:
>
>> From: Xuelin Shi <forrest....@linaro.org>
>>
>> Signed-off-by: Xuelin Shi <forrest....@linaro.org>
>> ---
>>   example/l3fwd/odp_l3fwd.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/example/l3fwd/odp_l3fwd.c b/example/l3fwd/odp_l3fwd.c
>> index efe0382..0998614 100644
>> --- a/example/l3fwd/odp_l3fwd.c
>> +++ b/example/l3fwd/odp_l3fwd.c
>> @@ -420,7 +420,7 @@ static int parse_config(char *cfg_str, app_args_t
>> *args)
>>                                 return -1;
>>                 }
>>                 if (nb_qconfs >= MAX_NB_QCONFS) {
>> -                       printf("exceeded max number of queue params:
>> %hu\n",
>> +                       printf("exceeded max number of queue params:
>> %d\n",
>>                                nb_qconfs);
>>                         return -1;
>>                 }
>>
> That has to be in v9 patch. Please resend all l3fwd patches as one
> patchset.
>
> Maxim.
>

Reply via email to