[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V3 20/23] xen/ioreq: Make x86's send_invalidate_req() common
 
- To: Jan Beulich <jbeulich@xxxxxxxx>
 
- From: Oleksandr <olekstysh@xxxxxxxxx>
 
- Date: Tue, 8 Dec 2020 18:49:45 +0200
 
- Cc: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Paul Durrant <paul@xxxxxxx>, Julien Grall <julien.grall@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
 
- Delivery-date: Tue, 08 Dec 2020 16:49:54 +0000
 
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
 
 
 
On 08.12.20 17:24, Jan Beulich wrote:
Hi Jan
 
On 30.11.2020 11:31, Oleksandr Tyshchenko wrote:
 
--- a/xen/include/xen/sched.h
+++ b/xen/include/xen/sched.h
@@ -552,6 +552,8 @@ struct domain
          struct ioreq_server     *server[MAX_NR_IOREQ_SERVERS];
          unsigned int            nr_servers;
      } ioreq_server;
+
+    bool mapcache_invalidate;
  #endif
  };
 
While I can see reasons to put this inside the #ifdef here, I
would suspect putting it in the hole next to the group of 5
bools further up would be more efficient.
 
 
ok, will put (although it will increase the number of #ifdef)
--
Regards,
Oleksandr Tyshchenko
 
 
    
     |