On Sun, Aug 17, 2014 at 10:59 PM, Denys Vlasenko <vda.li...@googlemail.com>
wrote:

> On Mon, Aug 11, 2014 at 2:58 PM, Matthieu Ternisien d'Ouville
> <matthieu....@6wind.com> wrote:
> > This patch adds support of more than 64 cores for taskset.
>
> I applied a bit different implementation. Please try current git.
>


Thank's for taking care of this problem.

Your patch works on our TILEGX72 (72 cores) target, but there is a small
problem: when a hexadecimal mask is specified with a "half-word", then the
parsing is wrong (a '0' is added to the first octet).

Example:
# taskset -p 0x1ff 3471
pid 3471's current affinity mask: ff
pid 3471's new affinity mask: 1f0f

If you want, I can cook a patch to fix this.

Regards,
Matthieu
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to