[OmniOS-discuss] UPCOMING: End of Support Life approaching for OmniOS r151010
Dan McDonald
danmcd at omniti.com
Mon Feb 23 16:06:15 UTC 2015
> On Feb 20, 2015, at 5:14 PM, Dominik Hassler <hasslerd at gmx.li> wrote:
>
> Dan,
>
> I had a look at HVM-807 you mentioned.
>
> Shouldn't line 251 in 'net/vnic.c' be
> for (i = 0; i < MIN(iovcnt, FRAMEIO_NVECS_MAX); i++, iov++) {
>
> instead of
> for (i = 0; i < MIN(iovcnt, FRAMEIO_NVECS_MAX - 1); i++, iov++) {
>
> As otherwise the last element of the frameio will not be used at all if
> iovcnt is greater than the frameio buffer size?
I've no idea, honestly. I count on upstream (Joyent) to look at all of that. If you've found a genuine problem in illumos-kvm or illumos-kvm-cmd, perhaps pinging smartos-discuss, or some other appropriate list may be your best bet.
Dan
More information about the OmniOS-discuss
mailing list