Need help to configure my NIC in Redhat

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I am trying to set a larger buffer size in my NIC card. I am following the instruction provide by Intel link, but i think it didn't made any changes.



[root@redhat-enterprise-test01 admin]# rmmod e1000;modprobe e1000
[root@redhat-enterprise-test01 admin]# modprobe e1000 TxDescriptors=4096
[root@redhat-enterprise-test01 admin]# ethtool -g p1p1
Ring parameters for p1p1:
Pre-set maximums:
RX: 4096
RX Mini: 0
RX Jumbo: 0
TX: 4096
Current hardware settings:
RX: 256
RX Mini: 0
RX Jumbo: 0
TX: 256
[root@redhat-enterprise-test01 admin]# ethtool -i p1p1
driver: igb
version: 3.2.10-k
firmware-version: 1.5-1
bus-info: 0000:01:00.0









share|improve this question



















  • 2




    Please add more info, and the image directly to the question. See How to Ask?
    – mtk
    Jan 3 '13 at 11:34










  • How about also a copy of /etc/modprobe.conf.
    – Karlson
    Jan 3 '13 at 15:12














up vote
1
down vote

favorite












I am trying to set a larger buffer size in my NIC card. I am following the instruction provide by Intel link, but i think it didn't made any changes.



[root@redhat-enterprise-test01 admin]# rmmod e1000;modprobe e1000
[root@redhat-enterprise-test01 admin]# modprobe e1000 TxDescriptors=4096
[root@redhat-enterprise-test01 admin]# ethtool -g p1p1
Ring parameters for p1p1:
Pre-set maximums:
RX: 4096
RX Mini: 0
RX Jumbo: 0
TX: 4096
Current hardware settings:
RX: 256
RX Mini: 0
RX Jumbo: 0
TX: 256
[root@redhat-enterprise-test01 admin]# ethtool -i p1p1
driver: igb
version: 3.2.10-k
firmware-version: 1.5-1
bus-info: 0000:01:00.0









share|improve this question



















  • 2




    Please add more info, and the image directly to the question. See How to Ask?
    – mtk
    Jan 3 '13 at 11:34










  • How about also a copy of /etc/modprobe.conf.
    – Karlson
    Jan 3 '13 at 15:12












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I am trying to set a larger buffer size in my NIC card. I am following the instruction provide by Intel link, but i think it didn't made any changes.



[root@redhat-enterprise-test01 admin]# rmmod e1000;modprobe e1000
[root@redhat-enterprise-test01 admin]# modprobe e1000 TxDescriptors=4096
[root@redhat-enterprise-test01 admin]# ethtool -g p1p1
Ring parameters for p1p1:
Pre-set maximums:
RX: 4096
RX Mini: 0
RX Jumbo: 0
TX: 4096
Current hardware settings:
RX: 256
RX Mini: 0
RX Jumbo: 0
TX: 256
[root@redhat-enterprise-test01 admin]# ethtool -i p1p1
driver: igb
version: 3.2.10-k
firmware-version: 1.5-1
bus-info: 0000:01:00.0









share|improve this question















I am trying to set a larger buffer size in my NIC card. I am following the instruction provide by Intel link, but i think it didn't made any changes.



[root@redhat-enterprise-test01 admin]# rmmod e1000;modprobe e1000
[root@redhat-enterprise-test01 admin]# modprobe e1000 TxDescriptors=4096
[root@redhat-enterprise-test01 admin]# ethtool -g p1p1
Ring parameters for p1p1:
Pre-set maximums:
RX: 4096
RX Mini: 0
RX Jumbo: 0
TX: 4096
Current hardware settings:
RX: 256
RX Mini: 0
RX Jumbo: 0
TX: 256
[root@redhat-enterprise-test01 admin]# ethtool -i p1p1
driver: igb
version: 3.2.10-k
firmware-version: 1.5-1
bus-info: 0000:01:00.0






rhel






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 4 '13 at 1:26

























asked Jan 3 '13 at 10:36









Bryan Fok

1063




1063







  • 2




    Please add more info, and the image directly to the question. See How to Ask?
    – mtk
    Jan 3 '13 at 11:34










  • How about also a copy of /etc/modprobe.conf.
    – Karlson
    Jan 3 '13 at 15:12












  • 2




    Please add more info, and the image directly to the question. See How to Ask?
    – mtk
    Jan 3 '13 at 11:34










  • How about also a copy of /etc/modprobe.conf.
    – Karlson
    Jan 3 '13 at 15:12







2




2




Please add more info, and the image directly to the question. See How to Ask?
– mtk
Jan 3 '13 at 11:34




Please add more info, and the image directly to the question. See How to Ask?
– mtk
Jan 3 '13 at 11:34












How about also a copy of /etc/modprobe.conf.
– Karlson
Jan 3 '13 at 15:12




How about also a copy of /etc/modprobe.conf.
– Karlson
Jan 3 '13 at 15:12










2 Answers
2






active

oldest

votes

















up vote
2
down vote













Create a file i.e e1000.conf in /etc/modprobe.d, put some lines like this,



e1000e RxDescriptors=4096



the unload and reload the e1000e module with, i.e rmmod e1000e; modprobe e1000e



Later verify the parameter with cat /sys/module/e1000e/parameters/RxDescriptors.



This is not tested, my e1000e module is builtin.



EDIT



You could also add the following to /etc/modprobe.conf



options e1000 RxDescriptors=4096 <other options>


This is not the preferred way for newer systems but it is backward compatible depending on the version of RHEL you're running.






share|improve this answer






















  • could you see my terminal result now? Am i basically did the same things as you suggested? it doesn't work could it because the name p1p1?
    – Bryan Fok
    Jan 4 '13 at 1:42

















up vote
0
down vote













So why not just



ethtool -G p1p1 rx 4096




share








New contributor




ilique is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f60166%2fneed-help-to-configure-my-nic-in-redhat%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote













    Create a file i.e e1000.conf in /etc/modprobe.d, put some lines like this,



    e1000e RxDescriptors=4096



    the unload and reload the e1000e module with, i.e rmmod e1000e; modprobe e1000e



    Later verify the parameter with cat /sys/module/e1000e/parameters/RxDescriptors.



    This is not tested, my e1000e module is builtin.



    EDIT



    You could also add the following to /etc/modprobe.conf



    options e1000 RxDescriptors=4096 <other options>


    This is not the preferred way for newer systems but it is backward compatible depending on the version of RHEL you're running.






    share|improve this answer






















    • could you see my terminal result now? Am i basically did the same things as you suggested? it doesn't work could it because the name p1p1?
      – Bryan Fok
      Jan 4 '13 at 1:42














    up vote
    2
    down vote













    Create a file i.e e1000.conf in /etc/modprobe.d, put some lines like this,



    e1000e RxDescriptors=4096



    the unload and reload the e1000e module with, i.e rmmod e1000e; modprobe e1000e



    Later verify the parameter with cat /sys/module/e1000e/parameters/RxDescriptors.



    This is not tested, my e1000e module is builtin.



    EDIT



    You could also add the following to /etc/modprobe.conf



    options e1000 RxDescriptors=4096 <other options>


    This is not the preferred way for newer systems but it is backward compatible depending on the version of RHEL you're running.






    share|improve this answer






















    • could you see my terminal result now? Am i basically did the same things as you suggested? it doesn't work could it because the name p1p1?
      – Bryan Fok
      Jan 4 '13 at 1:42












    up vote
    2
    down vote










    up vote
    2
    down vote









    Create a file i.e e1000.conf in /etc/modprobe.d, put some lines like this,



    e1000e RxDescriptors=4096



    the unload and reload the e1000e module with, i.e rmmod e1000e; modprobe e1000e



    Later verify the parameter with cat /sys/module/e1000e/parameters/RxDescriptors.



    This is not tested, my e1000e module is builtin.



    EDIT



    You could also add the following to /etc/modprobe.conf



    options e1000 RxDescriptors=4096 <other options>


    This is not the preferred way for newer systems but it is backward compatible depending on the version of RHEL you're running.






    share|improve this answer














    Create a file i.e e1000.conf in /etc/modprobe.d, put some lines like this,



    e1000e RxDescriptors=4096



    the unload and reload the e1000e module with, i.e rmmod e1000e; modprobe e1000e



    Later verify the parameter with cat /sys/module/e1000e/parameters/RxDescriptors.



    This is not tested, my e1000e module is builtin.



    EDIT



    You could also add the following to /etc/modprobe.conf



    options e1000 RxDescriptors=4096 <other options>


    This is not the preferred way for newer systems but it is backward compatible depending on the version of RHEL you're running.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Jan 3 '13 at 15:09









    Karlson

    4,8451742




    4,8451742










    answered Jan 3 '13 at 10:57









    daisy

    28k46165297




    28k46165297











    • could you see my terminal result now? Am i basically did the same things as you suggested? it doesn't work could it because the name p1p1?
      – Bryan Fok
      Jan 4 '13 at 1:42
















    • could you see my terminal result now? Am i basically did the same things as you suggested? it doesn't work could it because the name p1p1?
      – Bryan Fok
      Jan 4 '13 at 1:42















    could you see my terminal result now? Am i basically did the same things as you suggested? it doesn't work could it because the name p1p1?
    – Bryan Fok
    Jan 4 '13 at 1:42




    could you see my terminal result now? Am i basically did the same things as you suggested? it doesn't work could it because the name p1p1?
    – Bryan Fok
    Jan 4 '13 at 1:42












    up vote
    0
    down vote













    So why not just



    ethtool -G p1p1 rx 4096




    share








    New contributor




    ilique is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      0
      down vote













      So why not just



      ethtool -G p1p1 rx 4096




      share








      New contributor




      ilique is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



















        up vote
        0
        down vote










        up vote
        0
        down vote









        So why not just



        ethtool -G p1p1 rx 4096




        share








        New contributor




        ilique is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        So why not just



        ethtool -G p1p1 rx 4096





        share








        New contributor




        ilique is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        ilique is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 9 mins ago









        ilique

        1




        1




        New contributor




        ilique is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        ilique is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        ilique is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f60166%2fneed-help-to-configure-my-nic-in-redhat%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay